Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/pulp/
Date: Thu, 31 Dec 2020 17:26:59
Message-Id: 1609435322.6273b53933835c369e4ee7b778873e6873e0f7ae.epsilon-0@gentoo
1 commit: 6273b53933835c369e4ee7b778873e6873e0f7ae
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Wed Dec 30 16:34:57 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Thu Dec 31 17:22:02 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6273b539
7
8 sci-mathematics/pulp: add x86 keyword
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
13
14 sci-mathematics/pulp/pulp-2.4.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sci-mathematics/pulp/pulp-2.4.ebuild b/sci-mathematics/pulp/pulp-2.4.ebuild
18 index ce0c34a2a..31f0b5785 100644
19 --- a/sci-mathematics/pulp/pulp-2.4.ebuild
20 +++ b/sci-mathematics/pulp/pulp-2.4.ebuild
21 @@ -13,7 +13,7 @@ HOMEPAGE="http://pulp-or.googlecode.com/"
22 SRC_URI="https://github.com/coin-or/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
23
24 LICENSE="BSD-2"
25 -KEYWORDS="~amd64"
26 +KEYWORDS="~amd64 ~x86"
27 SLOT="0"
28
29 RDEPEND="dev-python/amply[${PYTHON_USEDEP}]"