summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-11-26 16:30:20 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-11-26 16:30:20 +0000
commit97093e30b08ba0304586fb5ddc01364d74a48274 (patch)
tree43eeef506553744df32beb433a006dbe622bc05f /xfce-extra/xfce4-indicator-plugin
parentSupport Python 2.4, 2.5 and 3.*. Add src_test(). Patch by Arfrever. Backporte... (diff)
downloadgentoo-2-97093e30b08ba0304586fb5ddc01364d74a48274.tar.gz
gentoo-2-97093e30b08ba0304586fb5ddc01364d74a48274.tar.bz2
gentoo-2-97093e30b08ba0304586fb5ddc01364d74a48274.zip
Pull in correct slot of dev-libs/libindicator.
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-indicator-plugin')
-rw-r--r--xfce-extra/xfce4-indicator-plugin/ChangeLog6
-rw-r--r--xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.4.0.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/xfce-extra/xfce4-indicator-plugin/ChangeLog b/xfce-extra/xfce4-indicator-plugin/ChangeLog
index 496485540b1f..6b92fe48c9aa 100644
--- a/xfce-extra/xfce4-indicator-plugin/ChangeLog
+++ b/xfce-extra/xfce4-indicator-plugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-indicator-plugin
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog,v 1.10 2011/11/20 12:14:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog,v 1.11 2011/11/26 16:30:20 ssuominen Exp $
+
+ 26 Nov 2011; Samuli Suominen <ssuominen@gentoo.org>
+ xfce4-indicator-plugin-0.4.0.ebuild:
+ Pull in correct slot of dev-libs/libindicator.
20 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> metadata.xml:
Maintained by both ayatana and xfce.
diff --git a/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.4.0.ebuild b/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.4.0.ebuild
index 404e3e2a3d21..d30ff8e5af48 100644
--- a/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.4.0.ebuild
+++ b/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.4.0.ebuild,v 1.1 2011/11/19 15:41:22 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.4.0.ebuild,v 1.2 2011/11/26 16:30:20 ssuominen Exp $
EAPI=4
inherit xfconf
@@ -14,7 +14,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
-RDEPEND=">=dev-libs/libindicator-0.4
+# note: pull in SLOT="0" for GTK+-2.0 support
+RDEPEND=">=dev-libs/libindicator-0.4:0
x11-libs/gtk+:2
>=xfce-base/libxfce4util-4.8
>=xfce-base/xfce4-panel-4.8"