diff options
Diffstat (limited to 'app-editors/adie/adie-1.4.12.ebuild')
-rw-r--r-- | app-editors/adie/adie-1.4.12.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-editors/adie/adie-1.4.12.ebuild b/app-editors/adie/adie-1.4.12.ebuild index 4e77f18134a1..307b982ca49e 100644 --- a/app-editors/adie/adie-1.4.12.ebuild +++ b/app-editors/adie/adie-1.4.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/adie-1.4.12.ebuild,v 1.1 2005/05/07 20:01:45 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/adie-1.4.12.ebuild,v 1.2 2006/10/30 22:50:49 mabi Exp $ inherit fox @@ -11,4 +11,6 @@ SLOT="0" KEYWORDS="~x86 ~amd64 ~alpha ~hppa ~ppc ~ppc64 ~sparc" IUSE="" -RDEPEND=">=x11-libs/fox-1.4.12 <x11-libs/fox-1.5" +DEPEND="=x11-libs/fox-1.4*" + +RDEPEND="${DEPEND}" |