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 | |
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)
-rw-r--r-- | sci-libs/armadillo/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/armadillo/armadillo-3.4.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/armadillo/ChangeLog b/sci-libs/armadillo/ChangeLog index eee9ddd0bc01..fbac4ab6e53e 100644 --- a/sci-libs/armadillo/ChangeLog +++ b/sci-libs/armadillo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/armadillo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/armadillo/ChangeLog,v 1.22 2012/12/16 10:55:08 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/armadillo/ChangeLog,v 1.23 2012/12/20 23:46:25 blueness Exp $ + + 20 Dec 2012; Anthony G. Basile <blueness@gentoo.org> armadillo-3.4.4.ebuild: + stable ppc ppc64, bug #447130, thanks peratu 16 Dec 2012; Justin Lecher <jlec@gentoo.org> armadillo-3.0.2.ebuild, metadata.xml: 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=" |