diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-09 18:21:58 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-09 18:21:58 +0000 |
commit | a8d8050ef0d552ca0154494701f87e021555e35d (patch) | |
tree | 2fdf168b740dc0de1d83645a15fe624ae73858a7 /xfce-extra/xfce4-xfapplet-plugin | |
parent | Remove old version. (diff) | |
download | gentoo-2-a8d8050ef0d552ca0154494701f87e021555e35d.tar.gz gentoo-2-a8d8050ef0d552ca0154494701f87e021555e35d.tar.bz2 gentoo-2-a8d8050ef0d552ca0154494701f87e021555e35d.zip |
Fix pcheck warn nonexistant atoms
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-xfapplet-plugin')
-rw-r--r-- | xfce-extra/xfce4-xfapplet-plugin/xfce4-xfapplet-plugin-0.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 2d9bb73ed0b5..6be93819c4e9 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-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.6 2011/02/16 22:30:22 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xfapplet-plugin/xfce4-xfapplet-plugin-0.1.0.ebuild,v 1.7 2011/04/09 18:21:58 ssuominen Exp $ EAPI=3 inherit xfconf @@ -18,7 +18,7 @@ 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 )" + gnome-base/gnome-panel[bonobo]" DEPEND="${RDEPEND} dev-util/pkgconfig dev-util/intltool" |