diff options
author | 2014-03-03 23:37:46 +0000 | |
---|---|---|
committer | 2014-03-03 23:37:46 +0000 | |
commit | 7472ff9b0eb4c0a72115ab32dd54fd86274b8a67 (patch) | |
tree | 8fccd6856c83f3af8238387397ed4c185d2cc17b /dev-java | |
parent | amd64 stable, bug #492000 (diff) | |
download | gentoo-2-7472ff9b0eb4c0a72115ab32dd54fd86274b8a67.tar.gz gentoo-2-7472ff9b0eb4c0a72115ab32dd54fd86274b8a67.tar.bz2 gentoo-2-7472ff9b0eb4c0a72115ab32dd54fd86274b8a67.zip |
amd64 stable, bug #492016
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/jgrapht/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/jgrapht/jgrapht-0.8.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/jgrapht/ChangeLog b/dev-java/jgrapht/ChangeLog index 706b9ec0924b..6fd7abe37e6e 100644 --- a/dev-java/jgrapht/ChangeLog +++ b/dev-java/jgrapht/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/jgrapht # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/ChangeLog,v 1.12 2014/02/24 04:18:30 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/ChangeLog,v 1.13 2014/03/03 23:37:46 pacho Exp $ + + 03 Mar 2014; Pacho Ramos <pacho@gentoo.org> jgrapht-0.8.3.ebuild: + amd64 stable, bug #492016 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> jgrapht-0.8.3.ebuild: x86 stable wrt bug #492016 diff --git a/dev-java/jgrapht/jgrapht-0.8.3.ebuild b/dev-java/jgrapht/jgrapht-0.8.3.ebuild index d95bf7132106..09f63f9022f4 100644 --- a/dev-java/jgrapht/jgrapht-0.8.3.ebuild +++ b/dev-java/jgrapht/jgrapht-0.8.3.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/jgrapht/jgrapht-0.8.3.ebuild,v 1.3 2014/02/24 04:18:30 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/jgrapht-0.8.3.ebuild,v 1.4 2014/03/03 23:37:46 pacho Exp $ EAPI="5" @@ -12,7 +12,7 @@ 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 ~ppc x86" +KEYWORDS="amd64 ~ppc x86" SLOT="0" LICENSE="LGPL-2.1" |