diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-25 20:18:33 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-25 20:18:33 +0000 |
commit | 9b6fb4def56d2633e3f605ecb7f8e6d1be5f8378 (patch) | |
tree | 35e5ca5bce6e6945b0c2422e643e6a5cbc0e4ec5 /dev-python/gmpy/gmpy-1.16.ebuild | |
parent | Stable for amd64, wrt bug #457322 (diff) | |
download | gentoo-2-9b6fb4def56d2633e3f605ecb7f8e6d1be5f8378.tar.gz gentoo-2-9b6fb4def56d2633e3f605ecb7f8e6d1be5f8378.tar.bz2 gentoo-2-9b6fb4def56d2633e3f605ecb7f8e6d1be5f8378.zip |
Stable for amd64, wrt bug #457326
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/gmpy/gmpy-1.16.ebuild')
-rw-r--r-- | dev-python/gmpy/gmpy-1.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/gmpy/gmpy-1.16.ebuild b/dev-python/gmpy/gmpy-1.16.ebuild index c8a90dfb16b1..814135511aea 100644 --- a/dev-python/gmpy/gmpy-1.16.ebuild +++ b/dev-python/gmpy/gmpy-1.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gmpy/gmpy-1.16.ebuild,v 1.1 2013/01/11 07:04:13 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gmpy/gmpy-1.16.ebuild,v 1.2 2013/03/25 20:18:33 ago Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -14,7 +14,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.zip" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~x86 ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~ia64 ~x86 ~x86-linux ~ppc-macos" IUSE="" RDEPEND="dev-libs/gmp" |