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 | fdcc5f44fc89fe01c39b8428361b93a236aba2c4 (patch) | |
tree | 5bd3b1bacb54149425ff59135ae21173515eaf33 /dev-java/touchgraph-graphlayout | |
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/touchgraph-graphlayout')
-rw-r--r-- | dev-java/touchgraph-graphlayout/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/touchgraph-graphlayout/ChangeLog b/dev-java/touchgraph-graphlayout/ChangeLog index 7c45e79d389a..f93f8187b901 100644 --- a/dev-java/touchgraph-graphlayout/ChangeLog +++ b/dev-java/touchgraph-graphlayout/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/touchgraph-graphlayout # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/touchgraph-graphlayout/ChangeLog,v 1.2 2010/01/16 21:00:14 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/touchgraph-graphlayout/ChangeLog,v 1.3 2010/06/26 15:15:48 angelos Exp $ + + 26 Jun 2010; Christoph Mende <angelos@gentoo.org> + touchgraph-graphlayout-1.22.ebuild: + Stable on amd64 wrt bug #325669 16 Jan 2010; Petteri Räty <betelgeuse@gentoo.org> touchgraph-graphlayout-1.22.ebuild: diff --git a/dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22.ebuild b/dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22.ebuild index 026cddcffc51..0dfa6a692c2c 100644 --- a/dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22.ebuild +++ b/dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22.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/touchgraph-graphlayout/touchgraph-graphlayout-1.22.ebuild,v 1.2 2010/01/16 21:00:14 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22.ebuild,v 1.3 2010/06/26 15:15:48 angelos Exp $ MY_PN="TGGraphLayout" JAVA_PKG_IUSE="source" @@ -12,7 +12,7 @@ HOMEPAGE="http://touchgraph.sourceforge.net" SRC_URI="mirror://sourceforge/touchgraph/TGGL_${PV//./}_jre11.zip" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND=">=virtual/jdk-1.4" |