mr_bones_ 15/01/08 22:57:49 Modified: pachi-1.0.ebuild ChangeLog Log: add use deps for bug #536062 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.11 games-arcade/pachi/pachi-1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/pachi/pachi-1.0.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/pachi/pachi-1.0.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/pachi/pachi-1.0.ebuild?r1=1.10&r2=1.11 Index: pachi-1.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/pachi/pachi-1.0.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- pachi-1.0.ebuild 5 Jan 2015 16:12:46 -0000 1.10 +++ pachi-1.0.ebuild 8 Jan 2015 22:57:49 -0000 1.11 @@ -1,6 +1,7 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/pachi/pachi-1.0.ebuild,v 1.10 2015/01/05 16:12:46 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/pachi/pachi-1.0.ebuild,v 1.11 2015/01/08 22:57:49 mr_bones_ Exp $ + EAPI=5 inherit autotools eutils games @@ -16,14 +17,16 @@ KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="media-libs/libsdl - media-libs/sdl-mixer" +DEPEND="media-libs/libsdl[joystick,sound,video] + media-libs/sdl-mixer[mod]" RDEPEND="${DEPEND}" + S=${WORKDIR}/Pachi src_prepare() { epatch "${FILESDIR}"/${PV}-autotools.patch rm -f missing + mv configure.in configure.ac || die eautoreconf } 1.13 games-arcade/pachi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/pachi/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/pachi/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/pachi/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/pachi/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 5 Jan 2015 16:12:46 -0000 1.12 +++ ChangeLog 8 Jan 2015 22:57:49 -0000 1.13 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/pachi # Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/pachi/ChangeLog,v 1.12 2015/01/05 16:12:46 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/pachi/ChangeLog,v 1.13 2015/01/08 22:57:49 mr_bones_ Exp $ + + 08 Jan 2015; Michael Sterrett <[email protected]> pachi-1.0.ebuild: + add use deps for bug #536062 05 Jan 2015; Tupone Alfredo <[email protected]> pachi-1.0.ebuild: EAPI 5 @@ -41,4 +44,3 @@ 27 Sep 2003; Michael Sterrett <[email protected]> pachi-20030927.ebuild: initial commit (bug 28983) -
