diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-29 13:05:53 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-29 13:05:53 +0000 |
commit | fdb471265a800102390eb92c0b2a2426f73dcd09 (patch) | |
tree | 346f36f62af71d921392591887c484f0b09de036 /x11-plugins | |
parent | Stable for HPPA (bug #358407). (diff) | |
download | gentoo-2-fdb471265a800102390eb92c0b2a2426f73dcd09.tar.gz gentoo-2-fdb471265a800102390eb92c0b2a2426f73dcd09.tar.bz2 gentoo-2-fdb471265a800102390eb92c0b2a2426f73dcd09.zip |
Fix gtk+ slot deps
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/pidgin-bot-sentry/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-plugins/pidgin-bot-sentry/ChangeLog b/x11-plugins/pidgin-bot-sentry/ChangeLog index 01e84f3ec79f..3b9472e0f578 100644 --- a/x11-plugins/pidgin-bot-sentry/ChangeLog +++ b/x11-plugins/pidgin-bot-sentry/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/pidgin-bot-sentry -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-bot-sentry/ChangeLog,v 1.1 2010/07/21 04:16:03 chutzpah Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-bot-sentry/ChangeLog,v 1.2 2011/03/29 13:05:53 angelos Exp $ + + 29 Mar 2011; Christoph Mende <angelos@gentoo.org> + pidgin-bot-sentry-1.3.0.ebuild: + Fix gtk+ slot deps *pidgin-bot-sentry-1.3.0 (21 Jul 2010) diff --git a/x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0.ebuild b/x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0.ebuild index e99fdb4a270e..b8132d1fa2db 100644 --- a/x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0.ebuild +++ b/x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0.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-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0.ebuild,v 1.1 2010/07/21 04:16:03 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0.ebuild,v 1.2 2011/03/29 13:05:53 angelos Exp $ EAPI="3" @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="net-im/pidgin[gtk] - >=x11-libs/gtk+-2" + x11-libs/gtk+:2" DEPEND="${RDEPEND} >=dev-util/intltool-0.40 |