Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/crypto++/
Date: Thu, 27 Sep 2018 23:55:43
Message-Id: 1538092300.98516f92c0d24f44e272effb6b9b0fd5ac2ffb1a.alonbl@gentoo
1 commit: 98516f92c0d24f44e272effb6b9b0fd5ac2ffb1a
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 23 14:30:11 2018 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 27 23:51:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98516f92
7
8 dev-libs/crypto++: eapi bump
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 dev-libs/crypto++/crypto++-5.6.5-r1.ebuild | 4 ++--
13 dev-libs/crypto++/crypto++-7.0.0-r2.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-libs/crypto++/crypto++-5.6.5-r1.ebuild b/dev-libs/crypto++/crypto++-5.6.5-r1.ebuild
17 index ca9bfbc1c08..03281fc6285 100644
18 --- a/dev-libs/crypto++/crypto++-5.6.5-r1.ebuild
19 +++ b/dev-libs/crypto++/crypto++-5.6.5-r1.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 inherit flag-o-matic toolchain-funcs
28
29 @@ -14,7 +14,7 @@ SLOT="0/5.6" # subslot is so version
30 KEYWORDS="alpha amd64 ~arm arm64 hppa ppc ppc64 sparc x86 ~x64-macos"
31 IUSE="static-libs"
32
33 -DEPEND="app-arch/unzip"
34 +BDEPEND="app-arch/unzip"
35
36 S="${WORKDIR}"
37
38
39 diff --git a/dev-libs/crypto++/crypto++-7.0.0-r2.ebuild b/dev-libs/crypto++/crypto++-7.0.0-r2.ebuild
40 index 0a748f1e54b..ca2ab2b9648 100644
41 --- a/dev-libs/crypto++/crypto++-7.0.0-r2.ebuild
42 +++ b/dev-libs/crypto++/crypto++-7.0.0-r2.ebuild
43 @@ -1,7 +1,7 @@
44 # Copyright 1999-2018 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46
47 -EAPI=6
48 +EAPI=7
49
50 inherit flag-o-matic toolchain-funcs
51
52 @@ -14,7 +14,7 @@ SLOT="0/7" # subslot is so version
53 KEYWORDS="alpha amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc ~x86 ~x64-macos"
54 IUSE="+asm static-libs"
55
56 -DEPEND="app-arch/unzip"
57 +BDEPEND="app-arch/unzip"
58
59 S="${WORKDIR}"