Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/codecrypt/
Date: Sat, 02 Jan 2021 07:12:52
Message-Id: 1609571533.a0855564a0721d066a598a7d2e420a98a525e49d.sam@gentoo
1 commit: a0855564a0721d066a598a7d2e420a98a525e49d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 07:12:13 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 07:12:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0855564
7
8 app-crypt/codecrypt: revbump for dev-libs/crypto++ subslot dep
9
10 Bug: https://bugs.gentoo.org/762241
11 Package-Manager: Portage-3.0.12, Repoman-3.0.2
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 .../codecrypt/{codecrypt-1.7.2.ebuild => codecrypt-1.7.2-r1.ebuild} | 4 ++--
15 .../codecrypt/{codecrypt-1.8-r1.ebuild => codecrypt-1.8-r2.ebuild} | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/app-crypt/codecrypt/codecrypt-1.7.2.ebuild b/app-crypt/codecrypt/codecrypt-1.7.2-r1.ebuild
19 similarity index 89%
20 rename from app-crypt/codecrypt/codecrypt-1.7.2.ebuild
21 rename to app-crypt/codecrypt/codecrypt-1.7.2-r1.ebuild
22 index 4b370f10bca..8fa13a272f4 100644
23 --- a/app-crypt/codecrypt/codecrypt-1.7.2.ebuild
24 +++ b/app-crypt/codecrypt/codecrypt-1.7.2-r1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2016 Gentoo Foundation
27 +# Copyright 1999-2021 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31 @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
32 IUSE="+cryptopp"
33
34 DEPEND="dev-libs/gmp:=
35 - cryptopp? ( dev-libs/crypto++ )
36 + cryptopp? ( dev-libs/crypto++:= )
37 sci-libs/fftw:3.0"
38 RDEPEND="${DEPEND}"
39
40
41 diff --git a/app-crypt/codecrypt/codecrypt-1.8-r1.ebuild b/app-crypt/codecrypt/codecrypt-1.8-r2.ebuild
42 similarity index 89%
43 rename from app-crypt/codecrypt/codecrypt-1.8-r1.ebuild
44 rename to app-crypt/codecrypt/codecrypt-1.8-r2.ebuild
45 index effd4318252..9ace88c3185 100644
46 --- a/app-crypt/codecrypt/codecrypt-1.8-r1.ebuild
47 +++ b/app-crypt/codecrypt/codecrypt-1.8-r2.ebuild
48 @@ -1,4 +1,4 @@
49 -# Copyright 1999-2018 Gentoo Foundation
50 +# Copyright 1999-2021 Gentoo Authors
51 # Distributed under the terms of the GNU General Public License v2
52
53 EAPI=6
54 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~arm ~x86"
55 IUSE="+cryptopp"
56
57 DEPEND="dev-libs/gmp:=
58 - cryptopp? ( >=dev-libs/crypto++-7 )
59 + cryptopp? ( >=dev-libs/crypto++-7:= )
60 sci-libs/fftw:3.0"
61 RDEPEND="${DEPEND}"
62 src_prepare() {