mgorny 14/04/30 13:43:30 Modified: libsdl-1.2.15-r5.ebuild ChangeLog Log: Fix typo in function name. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.3 media-libs/libsdl/libsdl-1.2.15-r5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r5.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r5.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r5.ebuild?r1=1.2&r2=1.3 Index: libsdl-1.2.15-r5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r5.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libsdl-1.2.15-r5.ebuild 21 Apr 2014 07:52:48 -0000 1.2 +++ libsdl-1.2.15-r5.ebuild 30 Apr 2014 13:43:30 -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/libsdl/libsdl-1.2.15-r5.ebuild,v 1.2 2014/04/21 07:52:48 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r5.ebuild,v 1.3 2014/04/30 13:43:30 mgorny Exp $ # TODO: convert media-libs/libggi to multilib @@ -131,8 +131,8 @@ $(use_enable X video-x11-xrandr) \ $(use_enable dga video-dga) \ $(use_enable fbcon video-fbcon) \ - $(multilib__native_use_enable ggi video-ggi) \ - $(multilib__native_use_enable svga video-svga) \ + $(multilib_native_use_enable ggi video-ggi) \ + $(multilib_native_use_enable svga video-svga) \ $(use_enable aalib video-aalib) \ $(use_enable libcaca video-caca) \ $(use_enable opengl video-opengl) \ 1.215 media-libs/libsdl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.215&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.215&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/ChangeLog?r1=1.214&r2=1.215 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v retrieving revision 1.214 retrieving revision 1.215 diff -u -r1.214 -r1.215 --- ChangeLog 21 Apr 2014 07:52:48 -0000 1.214 +++ ChangeLog 30 Apr 2014 13:43:30 -0000 1.215 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libsdl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.214 2014/04/21 07:52:48 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.215 2014/04/30 13:43:30 mgorny Exp $ + + 30 Apr 2014; Michał Górny <[email protected]> libsdl-1.2.15-r5.ebuild: + Fix typo in function name. 21 Apr 2014; Michał Górny <[email protected]> libsdl-1.2.15-r5.ebuild: Use the new multilib_native_use* functions.
