summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-05-25 18:50:52 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-05-25 18:50:52 +0000
commit5ec41eb67930943ff0820c4c971d4449467ce575 (patch)
tree8de3b82ee3967a6dc559906bddbbcf39d9618efa /sci-libs
parentWorks on ppc -> keyword. (diff)
downloadgentoo-2-5ec41eb67930943ff0820c4c971d4449467ce575.tar.gz
gentoo-2-5ec41eb67930943ff0820c4c971d4449467ce575.tar.bz2
gentoo-2-5ec41eb67930943ff0820c4c971d4449467ce575.zip
Works on ppc -> keyword.
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/armadillo/ChangeLog5
-rw-r--r--sci-libs/armadillo/armadillo-3.0.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/armadillo/ChangeLog b/sci-libs/armadillo/ChangeLog
index 9aea93d7144e..4338b7528472 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.13 2012/05/25 18:18:12 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/armadillo/ChangeLog,v 1.14 2012/05/25 18:50:52 scarabeus Exp $
+
+ 25 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> armadillo-3.0.2.ebuild:
+ Works on ppc -> keyword.
25 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> -armadillo-2.4.4.ebuild,
-armadillo-3.0.1.ebuild, armadillo-3.0.2.ebuild:
diff --git a/sci-libs/armadillo/armadillo-3.0.2.ebuild b/sci-libs/armadillo/armadillo-3.0.2.ebuild
index 8132f68eb359..d553af09c836 100644
--- a/sci-libs/armadillo/armadillo-3.0.2.ebuild
+++ b/sci-libs/armadillo/armadillo-3.0.2.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.0.2.ebuild,v 1.3 2012/05/25 18:18:12 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/armadillo/armadillo-3.0.2.ebuild,v 1.4 2012/05/25 18:50:52 scarabeus Exp $
EAPI=4
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/arma/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
IUSE="atlas blas doc lapack"
RDEPEND=">=dev-libs/boost-1.34