vapier 14/11/06 05:54:05 Modified: emilia-pinball-0.3.1-r1.ebuild ChangeLog Log: Depend on libltdl rather than libtool by default #528294 by Pacho Ramos. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.9 games-arcade/emilia-pinball/emilia-pinball-0.3.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/emilia-pinball/emilia-pinball-0.3.1-r1.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/emilia-pinball/emilia-pinball-0.3.1-r1.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/emilia-pinball/emilia-pinball-0.3.1-r1.ebuild?r1=1.8&r2=1.9 Index: emilia-pinball-0.3.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/emilia-pinball/emilia-pinball-0.3.1-r1.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- emilia-pinball-0.3.1-r1.ebuild 18 Dec 2012 19:59:10 -0000 1.8 +++ emilia-pinball-0.3.1-r1.ebuild 6 Nov 2014 05:54:05 -0000 1.9 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/emilia-pinball/emilia-pinball-0.3.1-r1.ebuild,v 1.8 2012/12/18 19:59:10 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/emilia-pinball/emilia-pinball-0.3.1-r1.ebuild,v 1.9 2014/11/06 05:54:05 vapier Exp $ EAPI=2 inherit autotools eutils games @@ -16,12 +16,13 @@ KEYWORDS="amd64 ppc ~sparc x86" IUSE="" +# Drop the libtool dep once libltdl goes stable. RDEPEND="virtual/opengl x11-libs/libSM media-libs/libsdl[joystick,opengl,video,X] media-libs/sdl-image[png] media-libs/sdl-mixer[vorbis] - >=sys-devel/libtool-2.2.6b" + || ( dev-libs/libltdl:0 <sys-devel/libtool-2.4.3-r2:2 )" DEPEND="${RDEPEND} x11-libs/libXt" 1.25 games-arcade/emilia-pinball/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/emilia-pinball/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/emilia-pinball/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/emilia-pinball/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/emilia-pinball/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 18 Dec 2012 19:59:10 -0000 1.24 +++ ChangeLog 6 Nov 2014 05:54:05 -0000 1.25 @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/emilia-pinball -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/emilia-pinball/ChangeLog,v 1.24 2012/12/18 19:59:10 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/emilia-pinball/ChangeLog,v 1.25 2014/11/06 05:54:05 vapier Exp $ + + 06 Nov 2014; Mike Frysinger <[email protected]> + emilia-pinball-0.3.1-r1.ebuild: + Depend on libltdl rather than libtool by default #528294 by Pacho Ramos. 18 Dec 2012; Michael Sterrett <[email protected]> emilia-pinball-0.3.1-r1.ebuild:
