diff options
author | Peter Weller <welp@gentoo.org> | 2007-01-23 22:05:39 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-01-23 22:05:39 +0000 |
commit | 54b9e332ccdbd954813c712c2f8f45c179d4bf4f (patch) | |
tree | e0c9a2d747faab9d77298fcab60e65d7ab41c317 /xfce-extra/xfce4-xfapplet | |
parent | bcm4400 has been removed (diff) | |
download | historical-54b9e332ccdbd954813c712c2f8f45c179d4bf4f.tar.gz historical-54b9e332ccdbd954813c712c2f8f45c179d4bf4f.tar.bz2 historical-54b9e332ccdbd954813c712c2f8f45c179d4bf4f.zip |
Fix bugs 163246 and 163419.
Package-Manager: portage-2.1.2-r1
Diffstat (limited to 'xfce-extra/xfce4-xfapplet')
-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}" |