Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/crypto++/
Date: Mon, 01 Oct 2018 21:47:43
Message-Id: 1538430318.4da9efce266b1c47c1b1efb596a68ace6bfae1e9.whissi@gentoo
1 commit: 4da9efce266b1c47c1b1efb596a68ace6bfae1e9
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 1 21:32:49 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 1 21:45:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4da9efce
7
8 dev-libs/crypto++: x86 stable (bug #663590)
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 dev-libs/crypto++/crypto++-7.0.0-r2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/crypto++/crypto++-7.0.0-r2.ebuild b/dev-libs/crypto++/crypto++-7.0.0-r2.ebuild
17 index ca2ab2b9648..48ed4e46d47 100644
18 --- a/dev-libs/crypto++/crypto++-7.0.0-r2.ebuild
19 +++ b/dev-libs/crypto++/crypto++-7.0.0-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -11,7 +11,7 @@ SRC_URI="https://www.cryptopp.com/cryptopp${PV//.}.zip"
27
28 LICENSE="Boost-1.0"
29 SLOT="0/7" # subslot is so version
30 -KEYWORDS="alpha amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc ~x86 ~x64-macos"
31 +KEYWORDS="alpha amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc x86 ~x64-macos"
32 IUSE="+asm static-libs"
33
34 BDEPEND="app-arch/unzip"