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-python/quantities/
Date: Thu, 03 Sep 2020 14:29:52
Message-Id: 1599143190.00b754dc158af8a50fa0c654063ee730a0618c62.whissi@gentoo
1 commit: 00b754dc158af8a50fa0c654063ee730a0618c62
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 3 14:26:30 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 3 14:26:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00b754dc
7
8 dev-python/quantities: x86 stable (bug #737910)
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-python/quantities/quantities-0.12.4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/quantities/quantities-0.12.4.ebuild b/dev-python/quantities/quantities-0.12.4.ebuild
17 index 41a8e27b48b..b759aa0a006 100644
18 --- a/dev-python/quantities/quantities-0.12.4.ebuild
19 +++ b/dev-python/quantities/quantities-0.12.4.ebuild
20 @@ -18,7 +18,7 @@ SRC_URI="https://github.com/python-quantities/${MY_PN}/archive/v${MY_PV}.tar.gz
21
22 LICENSE="BSD"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~x86"
25 +KEYWORDS="~amd64 x86"
26
27 RDEPEND="
28 dev-python/numpy[$PYTHON_USEDEP]