diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-12-06 19:17:27 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-12-06 19:17:27 +0000 |
commit | fae852478ff30e87d816225e1db46e88727158ac (patch) | |
tree | 7a5d2f742cecbab5e2b8106461cff6699218c1fe /dev-python/scimath/scimath-4.1.0.ebuild | |
parent | Stable for ppc64, wrt bug #441244 (diff) | |
download | historical-fae852478ff30e87d816225e1db46e88727158ac.tar.gz historical-fae852478ff30e87d816225e1db46e88727158ac.tar.bz2 historical-fae852478ff30e87d816225e1db46e88727158ac.zip |
Keyword amd64-linux and x86-linux
Package-Manager: portage-2.2.01.21313-prefix/cvs/Linux x86_64
Manifest-Sign-Key: 0x13CB1360
Diffstat (limited to 'dev-python/scimath/scimath-4.1.0.ebuild')
-rw-r--r-- | dev-python/scimath/scimath-4.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/scimath/scimath-4.1.0.ebuild b/dev-python/scimath/scimath-4.1.0.ebuild index 4b3e651d2fa3..dd921ea37260 100644 --- a/dev-python/scimath/scimath-4.1.0.ebuild +++ b/dev-python/scimath/scimath-4.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/scimath/scimath-4.1.0.ebuild,v 1.1 2012/10/09 12:42:44 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/scimath/scimath-4.1.0.ebuild,v 1.2 2012/12/06 19:16:15 bicatali Exp $ EAPI=4 @@ -16,7 +16,7 @@ SRC_URI="http://www.enthought.com/repo/ets/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc test" RDEPEND=">=dev-python/traits-4.1 |