diff options
author | Kenneth Prugh <ken69267@gentoo.org> | 2008-10-21 01:17:22 +0000 |
---|---|---|
committer | Kenneth Prugh <ken69267@gentoo.org> | 2008-10-21 01:17:22 +0000 |
commit | 72a3e6d2c0b832c8149cc74c3cd6b2a44bcb65c4 (patch) | |
tree | 524f2218e406793c45adff9f7330374b400b64a9 /dev-java/edtftpj/edtftpj-2.0.3.ebuild | |
parent | Turn on modules by default; that's what most people want (diff) | |
download | gentoo-2-72a3e6d2c0b832c8149cc74c3cd6b2a44bcb65c4.tar.gz gentoo-2-72a3e6d2c0b832c8149cc74c3cd6b2a44bcb65c4.tar.bz2 gentoo-2-72a3e6d2c0b832c8149cc74c3cd6b2a44bcb65c4.zip |
amd64 stable, bug #242972
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'dev-java/edtftpj/edtftpj-2.0.3.ebuild')
-rw-r--r-- | dev-java/edtftpj/edtftpj-2.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/edtftpj/edtftpj-2.0.3.ebuild b/dev-java/edtftpj/edtftpj-2.0.3.ebuild index a50b236db68e..f3f0d939df1c 100644 --- a/dev-java/edtftpj/edtftpj-2.0.3.ebuild +++ b/dev-java/edtftpj/edtftpj-2.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/edtftpj/edtftpj-2.0.3.ebuild,v 1.1 2008/07/02 02:40:38 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/edtftpj/edtftpj-2.0.3.ebuild,v 1.2 2008/10/21 01:17:22 ken69267 Exp $ JAVA_PKG_IUSE="doc examples source" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.enterprisedt.com" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" RDEPEND=">=virtual/jre-1.4 =dev-java/junit-3.8*" |