diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-24 18:03:45 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-24 18:03:45 +0000 |
commit | e4a5c6897e8582fe3822e00b1d7f259dba1991ca (patch) | |
tree | d46049ebb033a2fc6b67c40c21e27080aafe5bb3 /xfce-extra | |
parent | Fixed build without gtk+ installed, bug 290367, thank Christian Ruppert for r... (diff) | |
download | gentoo-2-e4a5c6897e8582fe3822e00b1d7f259dba1991ca.tar.gz gentoo-2-e4a5c6897e8582fe3822e00b1d7f259dba1991ca.tar.bz2 gentoo-2-e4a5c6897e8582fe3822e00b1d7f259dba1991ca.zip |
Restrict depend to <xfce-base/exo-0.5 because of API change.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-volstatus-icon/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-volstatus-icon/xfce4-volstatus-icon-0.1.0-r1.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-volstatus-icon/ChangeLog b/xfce-extra/xfce4-volstatus-icon/ChangeLog index 7bebff2d50f9..83ea4bdb4afb 100644 --- a/xfce-extra/xfce4-volstatus-icon/ChangeLog +++ b/xfce-extra/xfce4-volstatus-icon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-volstatus-icon # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volstatus-icon/ChangeLog,v 1.16 2009/08/30 16:10:48 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volstatus-icon/ChangeLog,v 1.17 2009/10/24 18:03:45 ssuominen Exp $ + + 24 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> + xfce4-volstatus-icon-0.1.0-r1.ebuild: + Restrict depend to <xfce-base/exo-0.5 because of API change. 30 Aug 2009; nixnut <nixnut@gentoo.org> xfce4-volstatus-icon-0.1.0-r1.ebuild: diff --git a/xfce-extra/xfce4-volstatus-icon/xfce4-volstatus-icon-0.1.0-r1.ebuild b/xfce-extra/xfce4-volstatus-icon/xfce4-volstatus-icon-0.1.0-r1.ebuild index 982c345cb0de..20587cf8a8e8 100644 --- a/xfce-extra/xfce4-volstatus-icon/xfce4-volstatus-icon-0.1.0-r1.ebuild +++ b/xfce-extra/xfce4-volstatus-icon/xfce4-volstatus-icon-0.1.0-r1.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/xfce4-volstatus-icon/xfce4-volstatus-icon-0.1.0-r1.ebuild,v 1.7 2009/08/30 16:10:48 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volstatus-icon/xfce4-volstatus-icon-0.1.0-r1.ebuild,v 1.8 2009/10/24 18:03:45 ssuominen Exp $ EAPI=2 inherit xfconf @@ -18,6 +18,7 @@ RDEPEND=">=x11-libs/gtk+-2.10:2 >=xfce-base/libxfce4util-4.4 >=xfce-base/libxfcegui4-4.4 >=xfce-base/exo-0.3.2[hal] + <xfce-base/exo-0.5 >=sys-apps/hal-0.5.9 >=dev-libs/dbus-glib-0.70" DEPEND="${RDEPEND} |