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 | |
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')
-rw-r--r-- | xfce-extra/xfswitch-plugin/Manifest | 2 | ||||
-rw-r--r-- | xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/xfce-extra/xfswitch-plugin/Manifest b/xfce-extra/xfswitch-plugin/Manifest index 6771e5346eca..9e0fc24f82ed 100644 --- a/xfce-extra/xfswitch-plugin/Manifest +++ b/xfce-extra/xfswitch-plugin/Manifest @@ -1,4 +1,4 @@ DIST xfswitch-plugin-0.0.1.tar.gz 314589 RMD160 555632725ec9bdfea19cea24ef6abfdb6c58ecd1 SHA1 98d48a836493fbbf72188d74afba7c2505579b4a SHA256 44fede57f181b507277ae406a6e56f215bb4ba29b60442e6ccd166e7df98a738 -EBUILD xfswitch-plugin-0.0.1.ebuild 824 RMD160 094eb7d14bc6c4212a1ebadbe1ff83c0daf7138c SHA1 0ba767cff41b2cbfe1cd37707fad77b29c08cb24 SHA256 e2e203967c2e3e82e8b5e71da85bf7d82820f4833b2c7fcc46fe4cfcf4f6f710 +EBUILD xfswitch-plugin-0.0.1.ebuild 868 RMD160 df6ec6b7ebcb60ad8561d92b385e73cbb9456431 SHA1 f43e5280e1744156470120771edd30ce5602489f SHA256 99d653c4eaed8d9fbcb267ad12413afedcc24245f8395e6ae2b4bf5572eb2ef1 MISC ChangeLog 557 RMD160 b96526689acea73c539059e95c31f7629d8481da SHA1 582bed1c79f8d71232d12e6c1a035d2055700dda SHA256 49510b4573a81db0f21ba3a4ad3cc2ec98ca815141198e4ff280e92a662fafe7 MISC metadata.xml 159 RMD160 43722935bd7b4db7fe8db681054f2e53c4a5f7ce SHA1 15958ad72e234ba572c9534533c21532eb6bc0fd SHA256 900ea49b6703fce452e205b85226bf1f994725963e5840da501182e7487d0e63 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" |