diff options
author | 2015-02-07 16:56:25 +0100 | |
---|---|---|
committer | 2015-02-07 16:56:25 +0100 | |
commit | 04d958f71338393a3f7c720f15f3e2fbc0ffe43c (patch) | |
tree | 657fa65408266830819a8e4c608d7e687a156d78 /net-misc/i2pd/i2pd-0.6.0.ebuild | |
parent | Remove library USE as it doesn't work the expected way (diff) | |
download | klondike-04d958f71338393a3f7c720f15f3e2fbc0ffe43c.tar.gz klondike-04d958f71338393a3f7c720f15f3e2fbc0ffe43c.tar.bz2 klondike-04d958f71338393a3f7c720f15f3e2fbc0ffe43c.zip |
Backport mgorny's changes
Package-Manager: portage-2.2.14
Manifest-Sign-Key: 0xA5C1A1D24B128E52
Diffstat (limited to 'net-misc/i2pd/i2pd-0.6.0.ebuild')
-rw-r--r-- | net-misc/i2pd/i2pd-0.6.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/i2pd/i2pd-0.6.0.ebuild b/net-misc/i2pd/i2pd-0.6.0.ebuild index 9c4ddb1..7aee279 100644 --- a/net-misc/i2pd/i2pd-0.6.0.ebuild +++ b/net-misc/i2pd/i2pd-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/i2pd/i2pd-0.6.0.ebuild,v 1.2 2015/02/02 17:06:04 mgorny Exp $ EAPI=5 inherit eutils systemd user cmake-utils @@ -11,7 +11,7 @@ SRC_URI="https://github.com/PrivacySolutions/${PN}/archive/${PV}.tar.gz -> ${P}. LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="aesni i2p-hardening static" +IUSE="cpu_flags_x86_aes i2p-hardening static" RDEPEND="!static? ( >=dev-libs/boost-1.46[threads] ) !static? ( dev-libs/crypto++ )" @@ -29,7 +29,7 @@ CMAKE_USE_DIR="${S}/build" src_configure() { mycmakeargs=( - $(cmake-utils_use_with aesni AESNI) + $(cmake-utils_use_with cpu_flags_x86_aes AESNI) $(cmake-utils_use_with i2p-hardening HARDENING) $(cmake-utils_use_with static STATIC) -DWITH_LIBRARY=OFF |