diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2010-01-16 21:00:39 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2010-01-16 21:00:39 +0000 |
commit | bd2be611f00b5d8072dd5b9da591e636c3c869f3 (patch) | |
tree | 9b622de119ccbfc5896818daafaf80bb41e84593 | |
parent | Keyword ~x86. (diff) | |
download | gentoo-2-bd2be611f00b5d8072dd5b9da591e636c3c869f3.tar.gz gentoo-2-bd2be611f00b5d8072dd5b9da591e636c3c869f3.tar.bz2 gentoo-2-bd2be611f00b5d8072dd5b9da591e636c3c869f3.zip |
Keyword ~x86.
(Portage version: 2.2_rc61/cvs/Linux i686)
-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" |