diff options
author | Vlastimil Babka <caster@gentoo.org> | 2007-08-15 09:20:12 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2007-08-15 09:20:12 +0000 |
commit | b9790789a88ac1f696862f2494e8d12e3b2a6ff0 (patch) | |
tree | 09117ad87c8f98d43cfc4e7ff522cc819cf86cd3 /app-arch/fastjar/fastjar-0.95.ebuild | |
parent | Linux 2.4.35.1. (diff) | |
download | gentoo-2-b9790789a88ac1f696862f2494e8d12e3b2a6ff0.tar.gz gentoo-2-b9790789a88ac1f696862f2494e8d12e3b2a6ff0.tar.bz2 gentoo-2-b9790789a88ac1f696862f2494e8d12e3b2a6ff0.zip |
Add block to <=dev-java/kaffe-1.1.7-r5 to ensure kaffe is upgraded first and there are no file collisions, bug #188542.
(Portage version: 2.1.3.5)
Diffstat (limited to 'app-arch/fastjar/fastjar-0.95.ebuild')
-rw-r--r-- | app-arch/fastjar/fastjar-0.95.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-arch/fastjar/fastjar-0.95.ebuild b/app-arch/fastjar/fastjar-0.95.ebuild index ce5dfb6e7c26..b58dec7634b0 100644 --- a/app-arch/fastjar/fastjar-0.95.ebuild +++ b/app-arch/fastjar/fastjar-0.95.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/fastjar/fastjar-0.95.ebuild,v 1.2 2007/08/14 18:07:28 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/fastjar/fastjar-0.95.ebuild,v 1.3 2007/08/15 09:20:12 caster Exp $ DESCRIPTION="A jar program written in C" HOMEPAGE="https://savannah.nongnu.org/projects/fastjar" @@ -12,7 +12,8 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" -RDEPEND="" +# bug #188542 +RDEPEND="!<=dev-java/kaffe-1.1.7-r5" DEPEND="" src_install() { |