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 | |
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)
-rw-r--r-- | dev-java/edtftpj/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/edtftpj/edtftpj-2.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/edtftpj/ChangeLog b/dev-java/edtftpj/ChangeLog index 13b3fb3f0c0b..82ecbca7d48d 100644 --- a/dev-java/edtftpj/ChangeLog +++ b/dev-java/edtftpj/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/edtftpj # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/edtftpj/ChangeLog,v 1.44 2008/07/16 14:11:07 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/edtftpj/ChangeLog,v 1.45 2008/10/21 01:17:22 ken69267 Exp $ + + 21 Oct 2008; Kenneth Prugh <ken69267@gentoo.org> edtftpj-2.0.3.ebuild: + amd64 stable, bug #242972 16 Jul 2008; nixnut <nixnut@gentoo.org> edtftpj-2.0.2.ebuild: Stable on ppc wrt bug 230425 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*" |