diff options
author | Peter Weller <welp@gentoo.org> | 2007-01-23 22:01:26 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-01-23 22:01:26 +0000 |
commit | ece15d256ba5e8c1cd4896535d934f855aff47cf (patch) | |
tree | 5638fdf0d2df084f76902d61c00951aa4a1efce1 /xfce-extra | |
parent | bcm4400 has been removed (diff) | |
download | gentoo-2-ece15d256ba5e8c1cd4896535d934f855aff47cf.tar.gz gentoo-2-ece15d256ba5e8c1cd4896535d934f855aff47cf.tar.bz2 gentoo-2-ece15d256ba5e8c1cd4896535d934f855aff47cf.zip |
Fix bugs 163246 and 163419.
(Portage version: 2.1.2-r1)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-xfapplet/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/xfce-extra/xfce4-xfapplet/ChangeLog b/xfce-extra/xfce4-xfapplet/ChangeLog index 704fe0bdae5f..1f8586a73856 100644 --- a/xfce-extra/xfce4-xfapplet/ChangeLog +++ b/xfce-extra/xfce4-xfapplet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-extra/xfce4-xfapplet # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xfapplet/ChangeLog,v 1.2 2007/01/22 23:38:08 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xfapplet/ChangeLog,v 1.3 2007/01/23 22:01:26 welp Exp $ + + 23 Jan 2007; Peter Weller <welp@gentoo.org> xfce4-xfapplet-0.1.0.ebuild: + Fix bugs 163246 and 163419. 22 Jan 2007; Michael Cummings <mcummings@gentoo.org> xfce4-xfapplet-0.1.0.ebuild: diff --git a/xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild b/xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild index 1d1bc923699f..0c4763b6463f 100644 --- a/xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild +++ b/xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild,v 1.2 2007/01/22 23:38:08 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild,v 1.3 2007/01/23 22:01:26 welp Exp $ inherit xfce44 @@ -9,7 +9,8 @@ xfce44_goodies_panel_plugin DESCRIPTION="A panel plugin for using GNOME applets" KEYWORDS="~amd64 ~x86" -RDEPEND=">=xfce-base/libxfce4util-4.3.90 +RDEPEND=">=xfce-base/libxfce4util-${XFCE_MASTER_VERSION} + >=xfce-base/xfce4-panel-${XFCE_MASTER_VERSION} >=gnome-base/orbit-2.12.5 gnome-base/gnome-panel" DEPEND="${RDEPEND}" |