diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-10-10 19:22:56 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-10-10 19:22:56 +0000 |
commit | bcdec61547ec4cd3a641f3e2d554da3a8c808e51 (patch) | |
tree | 8c4d36fc2afb0e51cf9bf8eb0156d8747d2d7b28 /dev-perl/Inline-Java/Inline-Java-0.51.ebuild | |
parent | Keywording amd64; cleaned up stale ebuild (diff) | |
download | gentoo-2-bcdec61547ec4cd3a641f3e2d554da3a8c808e51.tar.gz gentoo-2-bcdec61547ec4cd3a641f3e2d554da3a8c808e51.tar.bz2 gentoo-2-bcdec61547ec4cd3a641f3e2d554da3a8c808e51.zip |
Keywording amd64 stable
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'dev-perl/Inline-Java/Inline-Java-0.51.ebuild')
-rw-r--r-- | dev-perl/Inline-Java/Inline-Java-0.51.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-perl/Inline-Java/Inline-Java-0.51.ebuild b/dev-perl/Inline-Java/Inline-Java-0.51.ebuild index 1dd80a858bd3..53e4e6f49fb2 100644 --- a/dev-perl/Inline-Java/Inline-Java-0.51.ebuild +++ b/dev-perl/Inline-Java/Inline-Java-0.51.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Java/Inline-Java-0.51.ebuild,v 1.3 2006/08/05 04:56:59 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Java/Inline-Java-0.51.ebuild,v 1.4 2006/10/10 19:22:56 mcummings Exp $ inherit perl-module @@ -11,7 +11,7 @@ SRC_URI="mirror://cpan/authors/id/P/PA/PATL/${P}.tar.gz" LICENSE="Artistic" #LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" SRC_TEST="do" @@ -20,7 +20,6 @@ DEPEND=">=dev-perl/Inline-0.44 >=virtual/perl-Test-1.13 >=virtual/jdk-1.4 dev-lang/perl" -RDEPEND="${DEPEND}" myconf="J2SDK=$JAVA_HOME" mymake="java all" |