diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-21 22:38:28 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-21 22:38:28 +0000 |
commit | 6d61de77588aedc1d4758c509c35266e574387ff (patch) | |
tree | 5805ebf4697c3666cb95e0f28668652fa59ff681 /x11-misc/suxpanel | |
parent | Fix slot-deps on gnome libs (diff) | |
download | historical-6d61de77588aedc1d4758c509c35266e574387ff.tar.gz historical-6d61de77588aedc1d4758c509c35266e574387ff.tar.bz2 historical-6d61de77588aedc1d4758c509c35266e574387ff.zip |
Fix slot-deps on gnome libs
Package-Manager: portage-2.1.9.44/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/suxpanel')
-rw-r--r-- | x11-misc/suxpanel/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/suxpanel/suxpanel-0.4b-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/suxpanel/suxpanel-0.4b-r3.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/x11-misc/suxpanel/ChangeLog b/x11-misc/suxpanel/ChangeLog index 37e429439fa9..decb0a234023 100644 --- a/x11-misc/suxpanel/ChangeLog +++ b/x11-misc/suxpanel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/suxpanel # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/suxpanel/ChangeLog,v 1.12 2011/03/02 18:06:48 signals Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/suxpanel/ChangeLog,v 1.13 2011/03/21 22:38:10 nirbheek Exp $ + + 21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + suxpanel-0.4b-r1.ebuild, suxpanel-0.4b-r3.ebuild: + Fix slot-deps on gnome libs 02 Mar 2011; Kevin McCarthy <signals@gentoo.org> suxpanel-0.4b-r1.ebuild: Slotted gtk+ depend and EAPI=2 bump to support it. 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" diff --git a/x11-misc/suxpanel/suxpanel-0.4b-r3.ebuild b/x11-misc/suxpanel/suxpanel-0.4b-r3.ebuild index 3c7136feabb3..d7100283650f 100644 --- a/x11-misc/suxpanel/suxpanel-0.4b-r3.ebuild +++ b/x11-misc/suxpanel/suxpanel-0.4b-r3.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/x11-misc/suxpanel/suxpanel-0.4b-r3.ebuild,v 1.1 2010/08/27 15:48:45 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/suxpanel/suxpanel-0.4b-r3.ebuild,v 1.2 2011/03/21 22:38:10 nirbheek Exp $ EAPI=2 inherit eutils flag-o-matic multilib 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" |