Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/botan/
Date: Thu, 28 May 2020 15:41:01
Message-Id: 1590680436.9d359cfcca339877483d6f9046c77a952dc6b050.ago@gentoo
1 commit: 9d359cfcca339877483d6f9046c77a952dc6b050
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 28 15:40:36 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu May 28 15:40:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d359cfc
7
8 dev-libs/botan: ppc stable wrt bug #722904
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 RepoMan-Options: --include-arches="ppc"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-libs/botan/botan-2.14.0-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-libs/botan/botan-2.14.0-r1.ebuild b/dev-libs/botan/botan-2.14.0-r1.ebuild
18 index d33c9b02d56..a765c960405 100644
19 --- a/dev-libs/botan/botan-2.14.0-r1.ebuild
20 +++ b/dev-libs/botan/botan-2.14.0-r1.ebuild
21 @@ -14,7 +14,7 @@ SRC_URI="https://botan.randombit.net/releases/${MY_P}.tar.xz"
22
23 LICENSE="BSD"
24 SLOT="2/$(ver_cut 1-2)" # soname version
25 -KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~ppc-macos"
26 +KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~ppc-macos"
27 IUSE="bindist bzip2 boost doc libressl lzma python sqlite ssl static-libs zlib"
28 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"