Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scikits/
Date: Mon, 01 Jun 2020 06:41:20
Message-Id: 1590992532.34b096372a99ca07c88b042490fe0dfb430cf6cc.gyakovlev@gentoo
1 commit: 34b096372a99ca07c88b042490fe0dfb430cf6cc
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 1 05:40:53 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 06:22:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34b09637
7
8 sci-libs/scikits: add ~ppc64 keyword, bug #715962
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 sci-libs/scikits/scikits-0.1-r2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-libs/scikits/scikits-0.1-r2.ebuild b/sci-libs/scikits/scikits-0.1-r2.ebuild
17 index fd16206e1ca..921faa26764 100644
18 --- a/sci-libs/scikits/scikits-0.1-r2.ebuild
19 +++ b/sci-libs/scikits/scikits-0.1-r2.ebuild
20 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}.example/${PN}.example-${PV}.tar.gz"
21
22 LICENSE="BSD"
23 SLOT="0"
24 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
25 +KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux ~x86-linux"
26 IUSE="examples"
27
28 REQUIRED_USE="${PYTHON_REQUIRED_USE}"