diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-12-06 19:16:15 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-12-06 19:16:15 +0000 |
commit | abf6aac8ae0a14b5a7653f4c8587ac4110b7757a (patch) | |
tree | d9e865b15c1e8c426f7d0b6f9011be204c5ab086 /dev-python/scimath | |
parent | Stable for ppc64, wrt bug #441210 (diff) | |
download | gentoo-2-abf6aac8ae0a14b5a7653f4c8587ac4110b7757a.tar.gz gentoo-2-abf6aac8ae0a14b5a7653f4c8587ac4110b7757a.tar.bz2 gentoo-2-abf6aac8ae0a14b5a7653f4c8587ac4110b7757a.zip |
Keyword amd64-linux and x86-linux
(Portage version: 2.2.01.21313-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'dev-python/scimath')
-rw-r--r-- | dev-python/scimath/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/scimath/scimath-4.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/scimath/ChangeLog b/dev-python/scimath/ChangeLog index df64e97fdfe6..a6f24c138ab3 100644 --- a/dev-python/scimath/ChangeLog +++ b/dev-python/scimath/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/scimath # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/scimath/ChangeLog,v 1.12 2012/10/09 12:42:44 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/scimath/ChangeLog,v 1.13 2012/12/06 19:16:15 bicatali Exp $ + + 06 Dec 2012; Sébastien Fabbro <bicatali@gentoo.org> scimath-4.1.0.ebuild: + Keyword amd64-linux and x86-linux *scimath-4.1.0 (09 Oct 2012) 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 |