summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-09-22 15:18:15 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-09-22 15:18:15 +0000
commita090ebe9c15a70e969cd1e5cbfaf482889bb3af2 (patch)
treebc78cccf8bb05d179a47006b42f237a453266bd5 /xfce-extra
parentChange maintainer address. (diff)
downloadgentoo-2-a090ebe9c15a70e969cd1e5cbfaf482889bb3af2.tar.gz
gentoo-2-a090ebe9c15a70e969cd1e5cbfaf482889bb3af2.tar.bz2
gentoo-2-a090ebe9c15a70e969cd1e5cbfaf482889bb3af2.zip
Rename CDEPEND to COMMON_DEPEND since it's reserved namespace.
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild b/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild
index d8af96b554c3..bc3c46bec8a5 100644
--- a/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild
+++ b/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild,v 1.2 2009/09/20 16:26:32 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild,v 1.3 2009/09/22 15:18:15 ssuominen Exp $
EAPI=2
inherit xfconf
@@ -14,13 +14,13 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="debug"
-CDEPEND="x11-libs/gtk+:2
- xfce-base/libxfce4util
- xfce-base/libxfcegui4
- xfce-base/xfce4-panel"
-RDEPEND="${CDEPEND}
+COMMON_DEPEND=">=x11-libs/gtk+-2.12:2
+ >=xfce-base/libxfce4util-4.4
+ >=xfce-base/libxfcegui4-4.4
+ >=xfce-base/xfce4-panel-4.4"
+RDEPEND="${COMMON_DEPEND}
gnome-base/gdm"
-DEPEND="${CDEPEND}
+DEPEND="${COMMON_DEPEND}
dev-util/pkgconfig
dev-util/intltool"