mgorny 14/06/16 21:38:01 Modified: allegro-5.0.8-r1.ebuild ChangeLog Log: Add MULTILIB_USEDEPs on all packages and remove emul-linux-x86 dependencies. All required packages are fully multilib now. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.3 media-libs/allegro/allegro-5.0.8-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-5.0.8-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-5.0.8-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/allegro-5.0.8-r1.ebuild?r1=1.2&r2=1.3 Index: allegro-5.0.8-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-5.0.8-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- allegro-5.0.8-r1.ebuild 8 Sep 2013 20:28:40 -0000 1.2 +++ allegro-5.0.8-r1.ebuild 16 Jun 2014 21:38:01 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-5.0.8-r1.ebuild,v 1.2 2013/09/08 20:28:40 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-5.0.8-r1.ebuild,v 1.3 2014/06/16 21:38:01 mgorny Exp $ EAPI=5 inherit cmake-multilib @@ -18,34 +18,26 @@ dumb? ( media-libs/dumb[${MULTILIB_USEDEP}] ) flac? ( media-libs/flac[${MULTILIB_USEDEP}] ) jpeg? ( virtual/jpeg[${MULTILIB_USEDEP}] ) - openal? ( media-libs/openal ) + openal? ( media-libs/openal[${MULTILIB_USEDEP}] ) physfs? ( dev-games/physfs[${MULTILIB_USEDEP}] ) png? ( >=media-libs/libpng-1.4[${MULTILIB_USEDEP}] ) - pulseaudio? ( >=media-sound/pulseaudio-0.9.15 ) + pulseaudio? ( >=media-sound/pulseaudio-0.9.15[${MULTILIB_USEDEP}] ) truetype? ( >=media-libs/freetype-2[${MULTILIB_USEDEP}] ) vorbis? ( media-libs/libvorbis[${MULTILIB_USEDEP}] ) x11-libs/libXcursor[${MULTILIB_USEDEP}] x11-libs/libXxf86vm[${MULTILIB_USEDEP}] x11-libs/libXrandr[${MULTILIB_USEDEP}] x11-libs/libX11[${MULTILIB_USEDEP}] - gtk? ( x11-libs/gtk+:2 ) - virtual/opengl - virtual/glu - xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] ) - abi_x86_32? ( - amd64? ( - app-emulation/emul-linux-x86-opengl - gtk? ( app-emulation/emul-linux-x86-gtklibs ) - openal? ( app-emulation/emul-linux-x86-sdl ) - pulseaudio? ( app-emulation/emul-linux-x86-soundlibs ) - ) - )" + gtk? ( x11-libs/gtk+:2[${MULTILIB_USEDEP}] ) + virtual/opengl[${MULTILIB_USEDEP}] + virtual/glu[${MULTILIB_USEDEP}] + xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} - virtual/pkgconfig - x11-proto/xextproto - x11-proto/xf86vidmodeproto - x11-proto/xproto" + virtual/pkgconfig[${MULTILIB_USEDEP}] + x11-proto/xextproto[${MULTILIB_USEDEP}] + x11-proto/xf86vidmodeproto[${MULTILIB_USEDEP}] + x11-proto/xproto[${MULTILIB_USEDEP}]" PATCHES=( "${FILESDIR}"/${PN}-5.0.4-underlink.patch ) 1.146 media-libs/allegro/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/ChangeLog?rev=1.146&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/ChangeLog?rev=1.146&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/allegro/ChangeLog?r1=1.145&r2=1.146 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v retrieving revision 1.145 retrieving revision 1.146 diff -u -r1.145 -r1.146 --- ChangeLog 2 Feb 2014 11:49:29 -0000 1.145 +++ ChangeLog 16 Jun 2014 21:38:01 -0000 1.146 @@ -1,6 +1,10 @@ # ChangeLog for media-libs/allegro # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v 1.145 2014/02/02 11:49:29 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v 1.146 2014/06/16 21:38:01 mgorny Exp $ + + 16 Jun 2014; Michał Górny <[email protected]> allegro-5.0.8-r1.ebuild: + Add MULTILIB_USEDEPs on all packages and remove emul-linux-x86 dependencies. + All required packages are fully multilib now. 02 Feb 2014; Sergey Popov <[email protected]> allegro-4.4.2-r1.ebuild: Add ~mips, wrt bug #499866
