diff options
author | Vlastimil Babka <caster@gentoo.org> | 2006-09-14 19:57:08 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2006-09-14 19:57:08 +0000 |
commit | f3fcb45ac95f0dd811d1287c845dbddd93c1938b (patch) | |
tree | 3216931f0de0ae4b59d6b16ca438a54ba94c98d8 /dev-java/java-config | |
parent | Removed unnecessary pkg_setup. (diff) | |
download | gentoo-2-f3fcb45ac95f0dd811d1287c845dbddd93c1938b.tar.gz gentoo-2-f3fcb45ac95f0dd811d1287c845dbddd93c1938b.tar.bz2 gentoo-2-f3fcb45ac95f0dd811d1287c845dbddd93c1938b.zip |
Add comment to ebuild for future reference.
(Portage version: 2.1.1)
Diffstat (limited to 'dev-java/java-config')
-rw-r--r-- | dev-java/java-config/java-config-2.0.28-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-java/java-config/java-config-2.0.28-r1.ebuild b/dev-java/java-config/java-config-2.0.28-r1.ebuild index 61f9f4489bfc..0ed06d2c4690 100644 --- a/dev-java/java-config/java-config-2.0.28-r1.ebuild +++ b/dev-java/java-config/java-config-2.0.28-r1.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-java/java-config/java-config-2.0.28-r1.ebuild,v 1.2 2006/09/14 18:32:13 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.0.28-r1.ebuild,v 1.3 2006/09/14 19:57:08 caster Exp $ inherit base distutils eutils @@ -13,6 +13,7 @@ SLOT="2" KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" +# 2.4 needed to fix bug #147594, offending code fixed in trunk, so next bump can drop this DEPEND=">=dev-lang/python-2.4" RDEPEND=">=dev-lang/python-2.4 dev-java/java-config-wrapper" |