chainsaw 14/07/31 21:44:26 Modified: ChangeLog audacious-plugins-3.5.1.ebuild Log: Our depend on glib or gdbus-codegen failed to require USE=utils for the glib possibility. As pointed out by Amadeusz Sławiński in bug #485142. (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)
Revision Changes Path 1.278 media-plugins/audacious-plugins/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.278&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.278&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.277&r2=1.278 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v retrieving revision 1.277 retrieving revision 1.278 diff -u -r1.277 -r1.278 --- ChangeLog 31 Jul 2014 21:32:14 -0000 1.277 +++ ChangeLog 31 Jul 2014 21:44:25 -0000 1.278 @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/audacious-plugins # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.277 2014/07/31 21:32:14 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.278 2014/07/31 21:44:25 chainsaw Exp $ + + 31 Jul 2014; Tony Vroon <[email protected]> audacious-plugins-3.5.1.ebuild: + Our depend on glib or gdbus-codegen failed to require USE=utils for the glib + possibility. As pointed out by Amadeusz Sławiński in bug #485142. *audacious-plugins-3.5.1 (31 Jul 2014) 1.2 media-plugins/audacious-plugins/audacious-plugins-3.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.5.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.5.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.5.1.ebuild?r1=1.1&r2=1.2 Index: audacious-plugins-3.5.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.5.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- audacious-plugins-3.5.1.ebuild 31 Jul 2014 21:32:14 -0000 1.1 +++ audacious-plugins-3.5.1.ebuild 31 Jul 2014 21:44:25 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.5.1.ebuild,v 1.1 2014/07/31 21:32:14 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.5.1.ebuild,v 1.2 2014/07/31 21:44:25 chainsaw Exp $ EAPI=5 inherit eutils @@ -24,7 +24,7 @@ ~media-sound/audacious-3.5.1 >=net-libs/neon-0.26.4 x11-libs/gtk+:3 - ( || ( >=dev-libs/glib-2.32.2 dev-util/gdbus-codegen ) ) + ( || ( >=dev-libs/glib-2.32.2[utils] dev-util/gdbus-codegen ) ) aac? ( >=media-libs/faad2-2.7 ) adplug? ( >=dev-cpp/libbinio-1.4 ) alsa? ( >=media-libs/alsa-lib-1.0.16 )
