mgorny 14/06/18 19:49:08 Modified: libshout-2.3.1-r1.ebuild ChangeLog Log: Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.4 media-libs/libshout/libshout-2.3.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libshout/libshout-2.3.1-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libshout/libshout-2.3.1-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libshout/libshout-2.3.1-r1.ebuild?r1=1.3&r2=1.4 Index: libshout-2.3.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.3.1-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libshout-2.3.1-r1.ebuild 4 Mar 2014 14:37:25 -0000 1.3 +++ libshout-2.3.1-r1.ebuild 18 Jun 2014 19:49:08 -0000 1.4 @@ -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-libs/libshout/libshout-2.3.1-r1.ebuild,v 1.3 2014/03/04 14:37:25 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.3.1-r1.ebuild,v 1.4 2014/06/18 19:49:08 mgorny Exp $ EAPI=5 inherit autotools eutils multilib-minimal @@ -14,10 +14,10 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="speex static-libs theora" -RDEPEND="media-libs/libogg[${MULTILIB_USEDEP}] - media-libs/libvorbis[${MULTILIB_USEDEP}] - speex? ( media-libs/speex[${MULTILIB_USEDEP}] ) - theora? ( media-libs/libtheora[${MULTILIB_USEDEP}] ) +RDEPEND=">=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] + >=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}] + speex? ( >=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}] ) + theora? ( >=media-libs/libtheora-1.1.1[${MULTILIB_USEDEP}] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r6 !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )" DEPEND="${RDEPEND} 1.51 media-libs/libshout/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libshout/ChangeLog?rev=1.51&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libshout/ChangeLog?rev=1.51&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libshout/ChangeLog?r1=1.50&r2=1.51 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- ChangeLog 4 Mar 2014 14:38:20 -0000 1.50 +++ ChangeLog 18 Jun 2014 19:49:08 -0000 1.51 @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libshout # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v 1.50 2014/03/04 14:38:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v 1.51 2014/06/18 19:49:08 mgorny Exp $ + + 18 Jun 2014; Michał Górny <[email protected]> libshout-2.3.1-r1.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. 04 Mar 2014; Samuli Suominen <[email protected]> +files/libshout-2.3.1-underlinking.patch, libshout-2.3.1-r1.ebuild:
