diff options
author | 2010-06-26 15:16:22 +0000 | |
---|---|---|
committer | 2010-06-26 15:16:22 +0000 | |
commit | fdcc5f44fc89fe01c39b8428361b93a236aba2c4 (patch) | |
tree | 5bd3b1bacb54149425ff59135ae21173515eaf33 /dev-java/jgrapht | |
parent | ppc stable #322277 (diff) | |
download | historical-fdcc5f44fc89fe01c39b8428361b93a236aba2c4.tar.gz historical-fdcc5f44fc89fe01c39b8428361b93a236aba2c4.tar.bz2 historical-fdcc5f44fc89fe01c39b8428361b93a236aba2c4.zip |
Stable on amd64 wrt bug #325669
Package-Manager: portage-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" |