summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Weller <welp@gentoo.org>2007-01-23 21:13:56 +0000
committerPeter Weller <welp@gentoo.org>2007-01-23 21:13:56 +0000
commitdbd55cbc93fc42649773a9f85c767db879b127f1 (patch)
treeb3f7b7aa76f6a4805ec3e0eca9c9f93f2ce81c1f /xfce-extra/xarchiver/xarchiver-0.4.6.ebuild
parentFix depends for bug 163244. Fix meta builds. (diff)
downloadgentoo-2-dbd55cbc93fc42649773a9f85c767db879b127f1.tar.gz
gentoo-2-dbd55cbc93fc42649773a9f85c767db879b127f1.tar.bz2
gentoo-2-dbd55cbc93fc42649773a9f85c767db879b127f1.zip
Fix depends for bug 163244. Fix meta builds.
(Portage version: 2.1.2-r1)
Diffstat (limited to 'xfce-extra/xarchiver/xarchiver-0.4.6.ebuild')
-rw-r--r--xfce-extra/xarchiver/xarchiver-0.4.6.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/xfce-extra/xarchiver/xarchiver-0.4.6.ebuild b/xfce-extra/xarchiver/xarchiver-0.4.6.ebuild
index 5baf3de30a14..c3ed9888de76 100644
--- a/xfce-extra/xarchiver/xarchiver-0.4.6.ebuild
+++ b/xfce-extra/xarchiver/xarchiver-0.4.6.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/xfce-extra/xarchiver/xarchiver-0.4.6.ebuild,v 1.9 2007/01/21 21:52:38 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xarchiver/xarchiver-0.4.6.ebuild,v 1.10 2007/01/23 21:13:56 welp Exp $
inherit xfce44
@@ -11,12 +11,12 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86"
IUSE="7zip arj debug lha rar zip"
-DEPEND="dev-util/intltool
- >=x11-libs/gtk+-2.6
- >=dev-libs/glib-2.6"
-RDEPEND="${DEPEND}
+RDEPEND=">=x11-libs/gtk+-2.6
+ >=dev-libs/glib-2.6
zip? ( app-arch/unzip app-arch/zip )
rar? ( || ( app-arch/rar app-arch/unrar ) )
7zip? ( app-arch/p7zip )
arj? ( || ( app-arch/arj app-arch/unarj ) )
lha? ( app-arch/lha )"
+DEPEND="${RDEPEND}
+ dev-util/intltool"