diff options
author | Christoph Mende <angelos@gentoo.org> | 2010-06-26 15:16:22 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2010-06-26 15:16:22 +0000 |
commit | f9565f2031dbb52b9e042ee5b84b966e9df1a15e (patch) | |
tree | b090525246c35b715272f9376a7271d4b11b9952 /dev-java/jgrapht | |
parent | Stable on amd64 wrt bug #325669 (diff) | |
download | gentoo-2-f9565f2031dbb52b9e042ee5b84b966e9df1a15e.tar.gz gentoo-2-f9565f2031dbb52b9e042ee5b84b966e9df1a15e.tar.bz2 gentoo-2-f9565f2031dbb52b9e042ee5b84b966e9df1a15e.zip |
Stable on amd64 wrt bug #325669
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/jgrapht')
-rw-r--r-- | dev-java/jgrapht/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/jgrapht/jgrapht-0.7.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/jgrapht/ChangeLog b/dev-java/jgrapht/ChangeLog index 05e50465d239..1b35ade2539e 100644 --- a/dev-java/jgrapht/ChangeLog +++ b/dev-java/jgrapht/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/jgrapht # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/ChangeLog,v 1.3 2010/05/09 23:11:08 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/ChangeLog,v 1.4 2010/06/26 15:16:22 angelos Exp $ + + 26 Jun 2010; Christoph Mende <angelos@gentoo.org> jgrapht-0.7.3.ebuild: + Stable on amd64 wrt bug #325669 09 May 2010; Petteri Räty <betelgeuse@gentoo.org> jgrapht-0.7.3.ebuild: Fix inconsistency in JDK versions that caused the build to fail and diff --git a/dev-java/jgrapht/jgrapht-0.7.3.ebuild b/dev-java/jgrapht/jgrapht-0.7.3.ebuild index 2ed0473835d1..21c76e0c2ec5 100644 --- a/dev-java/jgrapht/jgrapht-0.7.3.ebuild +++ b/dev-java/jgrapht/jgrapht-0.7.3.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/jgrapht/jgrapht-0.7.3.ebuild,v 1.3 2010/05/09 23:11:08 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild,v 1.4 2010/06/26 15:16:22 angelos Exp $ EAPI="2" JAVA_PKG_IUSE="doc source" @@ -10,7 +10,7 @@ inherit java-pkg-2 java-ant-2 DESCRIPTION="Graph library that is a simpler and faster alternative to JGraph" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://jgrapht.sourceforge.net" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" SLOT="0" LICENSE="LGPL-2.1" IUSE="test" |