diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2005-07-20 16:08:30 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2005-07-20 16:08:30 +0000 |
commit | f1c092c1acd55c01408fc3ed281f4a95978abd4b (patch) | |
tree | f15df2097c3e0ff7baa8205770c1ecfbaaa9c11e /app-editors | |
parent | Stable on sparc (diff) | |
download | gentoo-2-f1c092c1acd55c01408fc3ed281f4a95978abd4b.tar.gz gentoo-2-f1c092c1acd55c01408fc3ed281f4a95978abd4b.tar.bz2 gentoo-2-f1c092c1acd55c01408fc3ed281f4a95978abd4b.zip |
dep fix
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/xxe/xxe-2.9_p1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/xxe/xxe-2.9_p1.ebuild b/app-editors/xxe/xxe-2.9_p1.ebuild index 4746752fb704..4f6ad46331f1 100644 --- a/app-editors/xxe/xxe-2.9_p1.ebuild +++ b/app-editors/xxe/xxe-2.9_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/xxe-2.9_p1.ebuild,v 1.1 2005/04/05 13:47:10 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/xxe-2.9_p1.ebuild,v 1.2 2005/07/20 16:08:30 axxo Exp $ MY_PV="${PV/./}" MY_PV="${MY_PV/_p/p}" @@ -15,7 +15,7 @@ LICENSE="as-is" KEYWORDS="~x86 ~ppc ~amd64" RESTRICT="nostrip nomirror" -RDEPEND=">=virtual/jdk-1.4.1" +RDEPEND=">=virtual/jre-1.4.1" DEPEND="" INSTALLDIR=/opt/${PN} |