diff options
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/biojava/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/biojava/biojava-1.7.ebuild | 6 | ||||
-rw-r--r-- | dev-java/bytecode/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/bytecode/bytecode-20081007.ebuild | 6 |
4 files changed, 17 insertions, 10 deletions
diff --git a/dev-java/biojava/ChangeLog b/dev-java/biojava/ChangeLog index 0dc69d1105bd..e3b16e3407ab 100644 --- a/dev-java/biojava/ChangeLog +++ b/dev-java/biojava/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/biojava -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/biojava/ChangeLog,v 1.3 2009/07/10 19:11:51 weaver Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/biojava/ChangeLog,v 1.4 2010/03/20 13:39:10 betelgeuse Exp $ + + 20 Mar 2010; Petteri Räty <betelgeuse@gentoo.org> biojava-1.7.ebuild: + Keyword ~x86. *biojava-1.7 (10 Jul 2009) diff --git a/dev-java/biojava/biojava-1.7.ebuild b/dev-java/biojava/biojava-1.7.ebuild index e3bcd9cb729c..d2e67430ec9f 100644 --- a/dev-java/biojava/biojava-1.7.ebuild +++ b/dev-java/biojava/biojava-1.7.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/biojava/biojava-1.7.ebuild,v 1.1 2009/07/10 19:11:51 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/biojava/biojava-1.7.ebuild,v 1.2 2010/03/20 13:39:10 betelgeuse Exp $ # TODO: # -Fix javadoc generation OutOfMemoryError @@ -19,7 +19,7 @@ HOMEPAGE="http://biojava.org" SRC_URI="http://www.biojava.org/download/bj17/all/${P}-all.jar" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" COMMON_DEPEND="dev-java/jgrapht:0 diff --git a/dev-java/bytecode/ChangeLog b/dev-java/bytecode/ChangeLog index 992d12cad995..449b1b72fc81 100644 --- a/dev-java/bytecode/ChangeLog +++ b/dev-java/bytecode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/bytecode -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/bytecode/ChangeLog,v 1.1 2009/01/25 19:32:38 weaver Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/bytecode/ChangeLog,v 1.2 2010/03/20 13:39:13 betelgeuse Exp $ + + 20 Mar 2010; Petteri Räty <betelgeuse@gentoo.org> + bytecode-20081007.ebuild: + Keyword ~x86. *bytecode-20081007 (25 Jan 2009) diff --git a/dev-java/bytecode/bytecode-20081007.ebuild b/dev-java/bytecode/bytecode-20081007.ebuild index abba84098110..b3a9957aed02 100644 --- a/dev-java/bytecode/bytecode-20081007.ebuild +++ b/dev-java/bytecode/bytecode-20081007.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/bytecode/bytecode-20081007.ebuild,v 1.1 2009/01/25 19:32:38 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/bytecode/bytecode-20081007.ebuild,v 1.2 2010/03/20 13:39:13 betelgeuse Exp $ EAPI=2 @@ -14,7 +14,7 @@ SRC_URI="http://dev.gentoo.org/~serkan/distfiles/${P}.tar.bz2" # svn export svn://code.open-bio.org/biojava/bytecode/trunk -r {20081007} LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=virtual/jre-1.4" |