mgorny 14/04/21 07:56:51 Modified: libsdl2-2.0.2-r1.ebuild ChangeLog Log: Use the new multilib_native_use* functions. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.3 media-libs/libsdl2/libsdl2-2.0.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.2-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.2-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.2-r1.ebuild?r1=1.2&r2=1.3 Index: libsdl2-2.0.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.2-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libsdl2-2.0.2-r1.ebuild 18 Apr 2014 17:08:23 -0000 1.2 +++ libsdl2-2.0.2-r1.ebuild 21 Apr 2014 07:56:51 -0000 1.3 @@ -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/libsdl2/libsdl2-2.0.2-r1.ebuild,v 1.2 2014/04/18 17:08:23 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.2-r1.ebuild,v 1.3 2014/04/21 07:56:51 mgorny Exp $ # TODO: convert FusionSound #484250 @@ -116,7 +116,7 @@ $(use_enable X video-x11-vm) \ --disable-video-cocoa \ --disable-video-directfb \ - $(multilib_is_native_abi && use_enable fusionsound || echo "--disable-fusionsound") \ + $(multilib_native_use_enable fusionsound) \ --disable-fusionsound-shared \ $(use_enable video video-dummy) \ $(use_enable opengl video-opengl) \ 1.14 media-libs/libsdl2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl2/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 18 Apr 2014 17:08:23 -0000 1.13 +++ ChangeLog 21 Apr 2014 07:56:51 -0000 1.14 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libsdl2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/ChangeLog,v 1.13 2014/04/18 17:08:23 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/ChangeLog,v 1.14 2014/04/21 07:56:51 mgorny Exp $ + + 21 Apr 2014; Michał Górny <[email protected]> libsdl2-2.0.2-r1.ebuild: + Use the new multilib_native_use* functions. 18 Apr 2014; Julian Ospald <[email protected]> libsdl2-2.0.2-r1.ebuild: fix dbus dep string
