diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-02-16 22:30:22 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-02-16 22:30:22 +0000 |
commit | cab80f3d045987822e7e99390c8a0d7e9f8f6368 (patch) | |
tree | d80a4c60c536574813f9ec6f6a23c6ed95d96666 /xfce-extra | |
parent | Stable on amd64 wrt bug #353477 (diff) | |
download | gentoo-2-cab80f3d045987822e7e99390c8a0d7e9f8f6368.tar.gz gentoo-2-cab80f3d045987822e7e99390c8a0d7e9f8f6368.tar.bz2 gentoo-2-cab80f3d045987822e7e99390c8a0d7e9f8f6368.zip |
Added missing libxfcegui4 dep
(Portage version: 2.1.9.39/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-xfapplet-plugin/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-extra/xfce4-xfapplet-plugin/xfce4-xfapplet-plugin-0.1.0.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/xfce-extra/xfce4-xfapplet-plugin/ChangeLog b/xfce-extra/xfce4-xfapplet-plugin/ChangeLog index 94dfc51ea7de..fd31884980bc 100644 --- a/xfce-extra/xfce4-xfapplet-plugin/ChangeLog +++ b/xfce-extra/xfce4-xfapplet-plugin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-extra/xfce4-xfapplet-plugin -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xfapplet-plugin/ChangeLog,v 1.4 2010/12/12 15:52:36 pacho Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xfapplet-plugin/ChangeLog,v 1.5 2011/02/16 22:30:22 angelos Exp $ + + 16 Feb 2011; <angelos@gentoo.org> xfce4-xfapplet-plugin-0.1.0.ebuild: + Added missing libxfcegui4 dep 12 Dec 2010; Pacho Ramos <pacho@gentoo.org> xfce4-xfapplet-plugin-0.1.0.ebuild: diff --git a/xfce-extra/xfce4-xfapplet-plugin/xfce4-xfapplet-plugin-0.1.0.ebuild b/xfce-extra/xfce4-xfapplet-plugin/xfce4-xfapplet-plugin-0.1.0.ebuild index 55e5cf3c7652..2d9bb73ed0b5 100644 --- a/xfce-extra/xfce4-xfapplet-plugin/xfce4-xfapplet-plugin-0.1.0.ebuild +++ b/xfce-extra/xfce4-xfapplet-plugin/xfce4-xfapplet-plugin-0.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xfapplet-plugin/xfce4-xfapplet-plugin-0.1.0.ebuild,v 1.5 2010/12/17 23:46:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xfapplet-plugin/xfce4-xfapplet-plugin-0.1.0.ebuild,v 1.6 2011/02/16 22:30:22 angelos Exp $ EAPI=3 inherit xfconf @@ -16,6 +16,7 @@ IUSE="debug" RDEPEND=">=x11-libs/gtk+-2.4:2 >=xfce-base/xfce4-panel-4.3.20 + >=xfce-base/libxfcegui4-4.2 >=gnome-base/orbit-2.12.5 || ( gnome-base/gnome-panel[bonobo] <gnome-base/gnome-panel-2.32 )" DEPEND="${RDEPEND} |