diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-22 15:18:15 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-22 15:18:15 +0000 |
commit | da2dcb99b994b5803ee784991f93220b76a1519d (patch) | |
tree | c0165d59a4fbfc45192f3cb56d28b08fa73ea49f /xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild | |
parent | Change maintainer address. (diff) | |
download | historical-da2dcb99b994b5803ee784991f93220b76a1519d.tar.gz historical-da2dcb99b994b5803ee784991f93220b76a1519d.tar.bz2 historical-da2dcb99b994b5803ee784991f93220b76a1519d.zip |
Rename CDEPEND to COMMON_DEPEND since it's reserved namespace.
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild')
-rw-r--r-- | xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild | 14 |
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" |