diff options
author | Kenneth Prugh <ken69267@gentoo.org> | 2010-12-12 06:36:02 +0000 |
---|---|---|
committer | Kenneth Prugh <ken69267@gentoo.org> | 2010-12-12 06:36:02 +0000 |
commit | a1ec752250b120e1800483e78788c2b8d68ba5b6 (patch) | |
tree | c53f0267fbaca93f28202d411e931ab4018cb66a /dev-java/commons-math | |
parent | Move the intralinking patch on the mirrors, I shouldn't have been able to com... (diff) | |
download | gentoo-2-a1ec752250b120e1800483e78788c2b8d68ba5b6.tar.gz gentoo-2-a1ec752250b120e1800483e78788c2b8d68ba5b6.tar.bz2 gentoo-2-a1ec752250b120e1800483e78788c2b8d68ba5b6.zip |
amd64 stable; bug #346599
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/commons-math')
-rw-r--r-- | dev-java/commons-math/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/commons-math/commons-math-2.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/commons-math/ChangeLog b/dev-java/commons-math/ChangeLog index d23c3b62aa81..72724ed97bfc 100644 --- a/dev-java/commons-math/ChangeLog +++ b/dev-java/commons-math/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-math # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-math/ChangeLog,v 1.7 2010/12/04 10:30:19 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-math/ChangeLog,v 1.8 2010/12/12 06:36:02 ken69267 Exp $ + + 12 Dec 2010; Kenneth Prugh <ken69267@gentoo.org> + commons-math-2.1-r1.ebuild: + amd64 stable; bug #346599 04 Dec 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> commons-math-2.1-r1.ebuild: diff --git a/dev-java/commons-math/commons-math-2.1-r1.ebuild b/dev-java/commons-math/commons-math-2.1-r1.ebuild index a8f03194521e..1c35249cd70a 100644 --- a/dev-java/commons-math/commons-math-2.1-r1.ebuild +++ b/dev-java/commons-math/commons-math-2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-math/commons-math-2.1-r1.ebuild,v 1.2 2010/12/04 10:30:19 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-math/commons-math-2.1-r1.ebuild,v 1.3 2010/12/12 06:36:02 ken69267 Exp $ EAPI="3" @@ -13,7 +13,7 @@ HOMEPAGE="http://commons.apache.org/math/" SRC_URI="mirror://apache/commons/math/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="2" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND=">=virtual/jdk-1.5 |