Skip to content

Commit

Permalink
app-crypt/codecrypt: revbump for dev-libs/crypto++ subslot dep
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/762241
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jan 2, 2021
1 parent 415585e commit a085556
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand All @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="+cryptopp"

DEPEND="dev-libs/gmp:=
cryptopp? ( dev-libs/crypto++ )
cryptopp? ( dev-libs/crypto++:= )
sci-libs/fftw:3.0"
RDEPEND="${DEPEND}"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand All @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~arm ~x86"
IUSE="+cryptopp"

DEPEND="dev-libs/gmp:=
cryptopp? ( >=dev-libs/crypto++-7 )
cryptopp? ( >=dev-libs/crypto++-7:= )
sci-libs/fftw:3.0"
RDEPEND="${DEPEND}"
src_prepare() {
Expand Down

0 comments on commit a085556

Please sign in to comment.