diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-05-02 00:22:52 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-05-02 00:22:52 +0000 |
commit | 4a2bfd788650b40348ace3cf897102cc8f26a63b (patch) | |
tree | c04146aa4a8d25210a90cabc8ea5b30785a5ce1d /dev-util/documancer | |
parent | Add patch to fix compilation with gcc-4.1 by tristanheaven AT gmail DOT com; ... (diff) | |
download | gentoo-2-4a2bfd788650b40348ace3cf897102cc8f26a63b.tar.gz gentoo-2-4a2bfd788650b40348ace3cf897102cc8f26a63b.tar.bz2 gentoo-2-4a2bfd788650b40348ace3cf897102cc8f26a63b.zip |
Fix depend. Depending on non-existant packages is not cool
(Portage version: 2.1_pre10)
Diffstat (limited to 'dev-util/documancer')
-rw-r--r-- | dev-util/documancer/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/documancer/documancer-0.2.6.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-util/documancer/ChangeLog b/dev-util/documancer/ChangeLog index 2468f3b3961f..3f37b07137c2 100644 --- a/dev-util/documancer/ChangeLog +++ b/dev-util/documancer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/documancer # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/documancer/ChangeLog,v 1.8 2006/04/28 22:23:17 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/documancer/ChangeLog,v 1.9 2006/05/02 00:22:52 halcy0n Exp $ + + 02 May 2006; Mark Loeser <halcy0n@gentoo.org> documancer-0.2.6.ebuild: + Fix depend. Depending on non-existant packages is not cool *documancer-0.2.6 (28 Apr 2006) diff --git a/dev-util/documancer/documancer-0.2.6.ebuild b/dev-util/documancer/documancer-0.2.6.ebuild index 0200fcfce91d..c198495c5822 100644 --- a/dev-util/documancer/documancer-0.2.6.ebuild +++ b/dev-util/documancer/documancer-0.2.6.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-util/documancer/documancer-0.2.6.ebuild,v 1.2 2006/04/29 14:58:21 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/documancer/documancer-0.2.6.ebuild,v 1.3 2006/05/02 00:22:52 halcy0n Exp $ inherit eutils @@ -13,10 +13,13 @@ SLOT="0" KEYWORDS="~x86" IUSE="" +# If pylucene makes it into the tree, we can add it as a dep +# || ( dev-python/pylucene virtual/jre ) + RDEPEND=">=x11-libs/wxmozilla-0.5.6 >=virtual/python-2.3 >=dev-python/wxpython-2.6.3 - || ( dev-python/pylucene virtual/jre ) + virtual/jre dev-lang/perl" pkg_setup () { |