diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-21 22:38:10 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-21 22:38:10 +0000 |
commit | 6130990387b9baa5028a87d7d87bd95de8292027 (patch) | |
tree | 4d62022f5f871ad46b1b0898af229de38835c853 /x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild | |
parent | Fix slot-deps on gnome libs (diff) | |
download | gentoo-2-6130990387b9baa5028a87d7d87bd95de8292027.tar.gz gentoo-2-6130990387b9baa5028a87d7d87bd95de8292027.tar.bz2 gentoo-2-6130990387b9baa5028a87d7d87bd95de8292027.zip |
Fix slot-deps on gnome libs
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild')
-rw-r--r-- | x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild b/x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild index a9f9d3c1432d..c7780699a3c8 100644 --- a/x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild +++ b/x11-misc/suxpanel/suxpanel-0.4b-r1.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/x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild,v 1.4 2011/03/02 18:06:48 signals Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild,v 1.5 2011/03/21 22:38:10 nirbheek Exp $ EAPI=2 inherit eutils flag-o-matic toolchain-funcs @@ -15,7 +15,7 @@ KEYWORDS="~amd64 x86" IUSE="" RDEPEND="x11-libs/gtk+:2 - x11-libs/libwnck" + x11-libs/libwnck:1" DEPEND="${RDEPEND} dev-util/pkgconfig" |