diff options
author | Amy Winston <amynka@gentoo.org> | 2016-02-08 12:33:17 +0100 |
---|---|---|
committer | Amy Winston <amynka@gentoo.org> | 2016-02-08 12:33:17 +0100 |
commit | 4dba8b7cc280d2b54404a578dbe57f18be21a474 (patch) | |
tree | 6b73ae0b0d953e2176ee1b2718e05c02e1f9e863 /app-crypt | |
parent | 6099ffe2a547182a295e9a1500adafec7aa584dd (diff) | |
download | gentoo-4dba8b7cc280d2b54404a578dbe57f18be21a474.tar.gz gentoo-4dba8b7cc280d2b54404a578dbe57f18be21a474.tar.xz |
app-crypt/codecrypt: slots gmp:= repaired
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/codecrypt/codecrypt-1.4.1.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/codecrypt/codecrypt-1.6.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/codecrypt/codecrypt-1.4.1.ebuild b/app-crypt/codecrypt/codecrypt-1.4.1.ebuild index 20d2f0053b4..8d54727398a 100644 --- a/app-crypt/codecrypt/codecrypt-1.4.1.ebuild +++ b/app-crypt/codecrypt/codecrypt-1.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+cryptopp" -DEPEND="dev-libs/gmp +DEPEND="dev-libs/gmp:= cryptopp? ( dev-libs/crypto++ )" RDEPEND="${DEPEND}" diff --git a/app-crypt/codecrypt/codecrypt-1.6.ebuild b/app-crypt/codecrypt/codecrypt-1.6.ebuild index 20d2f0053b4..8d54727398a 100644 --- a/app-crypt/codecrypt/codecrypt-1.6.ebuild +++ b/app-crypt/codecrypt/codecrypt-1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+cryptopp" -DEPEND="dev-libs/gmp +DEPEND="dev-libs/gmp:= cryptopp? ( dev-libs/crypto++ )" RDEPEND="${DEPEND}" |