diff options
author | Aaron Bauman <bman@gentoo.org> | 2017-01-17 22:25:11 +0900 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2017-01-17 22:25:46 +0900 |
commit | 8c4fd2998b3902b10c7bc7e227a4a3b631578773 (patch) | |
tree | b518c4c067470eca31d23558e922367ad8bda836 /dev-python/gmpy | |
parent | app-portage/portpeek: amd64 stable wrt bug #605980 (diff) | |
download | gentoo-8c4fd2998b3902b10c7bc7e227a4a3b631578773.tar.gz gentoo-8c4fd2998b3902b10c7bc7e227a4a3b631578773.tar.bz2 gentoo-8c4fd2998b3902b10c7bc7e227a4a3b631578773.zip |
dev-python/gmpy: amd64 stable wrt bug #606072
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-python/gmpy')
-rw-r--r-- | dev-python/gmpy/gmpy-2.0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/gmpy/gmpy-2.0.8.ebuild b/dev-python/gmpy/gmpy-2.0.8.ebuild index ee0e3fa731b7..da06b47b15c9 100644 --- a/dev-python/gmpy/gmpy-2.0.8.ebuild +++ b/dev-python/gmpy/gmpy-2.0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.zip" LICENSE="LGPL-2.1" SLOT="2" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc mpir" RDEPEND=" |