diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-12-20 23:46:25 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-12-20 23:46:25 +0000 |
commit | 7fdbf1dca93c58083bb762b03ba0edb0f5c6837c (patch) | |
tree | ff0d1c62f35eb24f972b3cc6b449848869c037f7 /sci-libs/armadillo/armadillo-3.4.4.ebuild | |
parent | Use python_fix_shebang() to fix shebangs. (diff) | |
download | gentoo-2-7fdbf1dca93c58083bb762b03ba0edb0f5c6837c.tar.gz gentoo-2-7fdbf1dca93c58083bb762b03ba0edb0f5c6837c.tar.bz2 gentoo-2-7fdbf1dca93c58083bb762b03ba0edb0f5c6837c.zip |
stable ppc ppc64, bug #447130, thanks peratu
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sci-libs/armadillo/armadillo-3.4.4.ebuild')
-rw-r--r-- | sci-libs/armadillo/armadillo-3.4.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/armadillo/armadillo-3.4.4.ebuild b/sci-libs/armadillo/armadillo-3.4.4.ebuild index cbda25ebd9b7..0dfe2fc05c57 100644 --- a/sci-libs/armadillo/armadillo-3.4.4.ebuild +++ b/sci-libs/armadillo/armadillo-3.4.4.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/sci-libs/armadillo/armadillo-3.4.4.ebuild,v 1.3 2012/12/16 10:43:20 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/armadillo/armadillo-3.4.4.ebuild,v 1.4 2012/12/20 23:46:25 blueness Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/arma/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="blas doc examples lapack" RDEPEND=" |