summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-01-08 22:57:49 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-01-08 22:57:49 +0000
commitd6a9578a506a4f750492acbacbd5f3fe735e6f34 (patch)
tree2483446585819f045e581bd21a30f904dfdd82b0 /games-arcade/pachi/pachi-1.0.ebuild
parentFix ChangeLog (diff)
downloadgentoo-2-d6a9578a506a4f750492acbacbd5f3fe735e6f34.tar.gz
gentoo-2-d6a9578a506a4f750492acbacbd5f3fe735e6f34.tar.bz2
gentoo-2-d6a9578a506a4f750492acbacbd5f3fe735e6f34.zip
add use deps for bug #536062
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-arcade/pachi/pachi-1.0.ebuild')
-rw-r--r--games-arcade/pachi/pachi-1.0.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/games-arcade/pachi/pachi-1.0.ebuild b/games-arcade/pachi/pachi-1.0.ebuild
index 8d995945bd41..5b6947eaaa3d 100644
--- a/games-arcade/pachi/pachi-1.0.ebuild
+++ b/games-arcade/pachi/pachi-1.0.ebuild
@@ -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 @@ SLOT="0"
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
}