diff options
Diffstat (limited to 'dev-java/commons-math')
-rw-r--r-- | dev-java/commons-math/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/commons-math/commons-math-3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/commons-math/ChangeLog b/dev-java/commons-math/ChangeLog index e53d60781f1c..dbd9293a1270 100644 --- a/dev-java/commons-math/ChangeLog +++ b/dev-java/commons-math/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/commons-math # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-math/ChangeLog,v 1.11 2014/02/24 02:35:23 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-math/ChangeLog,v 1.12 2014/03/03 23:37:22 pacho Exp $ + + 03 Mar 2014; Pacho Ramos <pacho@gentoo.org> commons-math-3.2.ebuild: + amd64 stable, bug #492000 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> commons-math-3.2.ebuild: x86 stable wrt bug #492000 diff --git a/dev-java/commons-math/commons-math-3.2.ebuild b/dev-java/commons-math/commons-math-3.2.ebuild index 97cdddba5690..82f6f0013683 100644 --- a/dev-java/commons-math/commons-math-3.2.ebuild +++ b/dev-java/commons-math/commons-math-3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-math/commons-math-3.2.ebuild,v 1.3 2014/02/24 02:35:23 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-math/commons-math-3.2.ebuild,v 1.4 2014/03/03 23:37:22 pacho Exp $ EAPI="5" @@ -18,7 +18,7 @@ SRC_URI="mirror://apache/commons/math/source/${MY_P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="3" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" DEPEND=">=virtual/jdk-1.5" |