diff options
Diffstat (limited to 'net-vpn/i2pd/i2pd-2.27.0.ebuild')
-rw-r--r-- | net-vpn/i2pd/i2pd-2.27.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-vpn/i2pd/i2pd-2.27.0.ebuild b/net-vpn/i2pd/i2pd-2.27.0.ebuild index 099b9151f166..a24bc8dd650f 100644 --- a/net-vpn/i2pd/i2pd-2.27.0.ebuild +++ b/net-vpn/i2pd/i2pd-2.27.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit systemd cmake-utils toolchain-funcs +inherit systemd cmake toolchain-funcs DESCRIPTION="A C++ daemon for accessing the I2P anonymous network" HOMEPAGE="https://github.com/PurpleI2P/i2pd" @@ -67,11 +67,11 @@ src_configure() { -DWITH_LIBRARY=ON -DWITH_BINARY=ON ) - cmake-utils_src_configure + cmake_src_configure } src_install() { - cmake-utils_src_install + cmake_src_install # config insinto /etc/i2pd |