diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2019-02-07 11:54:07 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2019-02-07 11:55:29 +0100 |
commit | d1b38705d66a3b06860bcf64a68371b9b72c0956 (patch) | |
tree | b472ae60272b63f29ae311baee45f8928637984b /dev-python/arrow | |
parent | www-client/falkon: amd64 stable wrt bug #676424 (diff) | |
download | gentoo-d1b38705d66a3b06860bcf64a68371b9b72c0956.tar.gz gentoo-d1b38705d66a3b06860bcf64a68371b9b72c0956.tar.bz2 gentoo-d1b38705d66a3b06860bcf64a68371b9b72c0956.zip |
dev-python/arrow: Stabilize on amd64
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
Diffstat (limited to 'dev-python/arrow')
-rw-r--r-- | dev-python/arrow/arrow-0.12.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/arrow/arrow-0.12.1.ebuild b/dev-python/arrow/arrow-0.12.1.ebuild index 272f4de5d55e..fdfc691f8913 100644 --- a/dev-python/arrow/arrow-0.12.1.ebuild +++ b/dev-python/arrow/arrow-0.12.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" RDEPEND=" |