diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-23 17:54:10 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-23 17:54:10 +0000 |
commit | a4c11338bfefaa2f071e6b97402ebc52f3c7d345 (patch) | |
tree | 86c9695fb3959698e66080f1c71dac49a8a90d52 /xfce-extra/xfce4-volstatus-icon/xfce4-volstatus-icon-0.1.0.ebuild | |
parent | xfce-base/exo (diff) | |
download | gentoo-2-a4c11338bfefaa2f071e6b97402ebc52f3c7d345.tar.gz gentoo-2-a4c11338bfefaa2f071e6b97402ebc52f3c7d345.tar.bz2 gentoo-2-a4c11338bfefaa2f071e6b97402ebc52f3c7d345.zip |
xfce-base/exo
(Portage version: 2.2_rc39/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-volstatus-icon/xfce4-volstatus-icon-0.1.0.ebuild')
-rw-r--r-- | xfce-extra/xfce4-volstatus-icon/xfce4-volstatus-icon-0.1.0.ebuild | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/xfce-extra/xfce4-volstatus-icon/xfce4-volstatus-icon-0.1.0.ebuild b/xfce-extra/xfce4-volstatus-icon/xfce4-volstatus-icon-0.1.0.ebuild index eb526f222c1b..22328cc4602e 100644 --- a/xfce-extra/xfce4-volstatus-icon/xfce4-volstatus-icon-0.1.0.ebuild +++ b/xfce-extra/xfce4-volstatus-icon/xfce4-volstatus-icon-0.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volstatus-icon/xfce4-volstatus-icon-0.1.0.ebuild,v 1.10 2008/03/26 02:06:41 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volstatus-icon/xfce4-volstatus-icon-0.1.0.ebuild,v 1.11 2009/08/23 17:54:10 ssuominen Exp $ inherit eutils xfce44 @@ -14,19 +14,13 @@ KEYWORDS="alpha amd64 ia64 ppc x86" IUSE="debug" RDEPEND=">=x11-libs/gtk+-2.10 - >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION} - >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION} - >=xfce-extra/exo-0.3.2 + >=xfce-base/libxfce4util-4.4 + >=xfce-base/libxfcegui4-4.4 + >=xfce-base/exo-0.3.2 >=sys-apps/hal-0.5.9 dev-libs/dbus-glib" DEPEND="${RDEPEND} dev-util/pkgconfig dev-util/intltool" -pkg_setup() { - if ! built_with_use xfce-extra/exo hal; then - die "Re-emerge xfce-extra/exo with USE hal." - fi -} - DOCS="AUTHORS ChangeLog NEWS README TODO" |