diff options
author | Serkan Kaba <serkan@gentoo.org> | 2011-06-27 19:45:17 +0000 |
---|---|---|
committer | Serkan Kaba <serkan@gentoo.org> | 2011-06-27 19:45:17 +0000 |
commit | edab54ae93feaeeb8a9be7a5b9cad0743457455a (patch) | |
tree | 540dd04bf9fa0b8486296b7a73458b70dd7c50b8 /x11-plugins | |
parent | Version bump. (diff) | |
download | gentoo-2-edab54ae93feaeeb8a9be7a5b9cad0743457455a.tar.gz gentoo-2-edab54ae93feaeeb8a9be7a5b9cad0743457455a.tar.bz2 gentoo-2-edab54ae93feaeeb8a9be7a5b9cad0743457455a.zip |
Add gtk USE dep wrt bug #373047 by Piotr Szymaniak <szarpaj@grubelek.pl>
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/pidgin-musictracker/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-plugins/pidgin-musictracker/ChangeLog b/x11-plugins/pidgin-musictracker/ChangeLog index b4007f049b9e..b11732fe3e70 100644 --- a/x11-plugins/pidgin-musictracker/ChangeLog +++ b/x11-plugins/pidgin-musictracker/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/pidgin-musictracker -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-musictracker/ChangeLog,v 1.22 2010/11/28 17:22:36 maekke Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-musictracker/ChangeLog,v 1.23 2011/06/27 19:45:17 serkan Exp $ + + 27 Jun 2011; Serkan Kaba <serkan@gentoo.org> + pidgin-musictracker-0.4.22.ebuild: + Add gtk USE dep wrt bug #373047 by Piotr Szymaniak <szarpaj@grubelek.pl> 28 Nov 2010; Markus Meier <maekke@gentoo.org> pidgin-musictracker-0.4.22.ebuild: diff --git a/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild b/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild index f966153fa0c5..3b16f6ec4d53 100644 --- a/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild +++ b/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.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-musictracker/pidgin-musictracker-0.4.22.ebuild,v 1.3 2010/11/28 17:22:36 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild,v 1.4 2011/06/27 19:45:17 serkan Exp $ EAPI="2" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="debug" -DEPEND=">=net-im/pidgin-2.0.0 +DEPEND=">=net-im/pidgin-2.0.0[gtk] >=dev-libs/dbus-glib-0.73 dev-libs/libpcre >=sys-devel/gettext-0.17" |