diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2010-01-16 21:02:00 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2010-01-16 21:02:00 +0000 |
commit | 9c638d7cb26a2caef3dc9d2465f50a4dc5e73b83 (patch) | |
tree | c01b4ce50165e08a7e01af8fcf0074cd80680742 /dev-java/jgrapht | |
parent | Version bump (diff) | |
download | historical-9c638d7cb26a2caef3dc9d2465f50a4dc5e73b83.tar.gz historical-9c638d7cb26a2caef3dc9d2465f50a4dc5e73b83.tar.bz2 historical-9c638d7cb26a2caef3dc9d2465f50a4dc5e73b83.zip |
Keyword ~x86.
Package-Manager: portage-2.2_rc61/cvs/Linux i686
Diffstat (limited to 'dev-java/jgrapht')
-rw-r--r-- | dev-java/jgrapht/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/jgrapht/jgrapht-0.7.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-java/jgrapht/ChangeLog b/dev-java/jgrapht/ChangeLog index 5660d95547dd..3a96de542202 100644 --- a/dev-java/jgrapht/ChangeLog +++ b/dev-java/jgrapht/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/jgrapht -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/ChangeLog,v 1.1 2009/01/25 19:31:56 weaver Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/ChangeLog,v 1.2 2010/01/16 21:00:39 betelgeuse Exp $ + + 16 Jan 2010; Petteri Räty <betelgeuse@gentoo.org> jgrapht-0.7.3.ebuild: + Keyword ~x86. *jgrapht-0.7.3 (25 Jan 2009) diff --git a/dev-java/jgrapht/jgrapht-0.7.3.ebuild b/dev-java/jgrapht/jgrapht-0.7.3.ebuild index 14f590c2545f..9b0fe6715bde 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-2009 Gentoo Foundation +# 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.1 2009/01/25 19:31:56 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jgrapht/jgrapht-0.7.3.ebuild,v 1.2 2010/01/16 21:00:39 betelgeuse Exp $ EAPI="1" 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" +KEYWORDS="~amd64 ~x86" SLOT="0" LICENSE="LGPL-2.1" IUSE="test" |