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
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')
-rw-r--r--games-arcade/pachi/ChangeLog6
-rw-r--r--games-arcade/pachi/pachi-1.0.ebuild9
2 files changed, 10 insertions, 5 deletions
diff --git a/games-arcade/pachi/ChangeLog b/games-arcade/pachi/ChangeLog
index 27fbb2ade271..b5341ac9947a 100644
--- a/games-arcade/pachi/ChangeLog
+++ b/games-arcade/pachi/ChangeLog
@@ -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 <mr_bones_@gentoo.org> pachi-1.0.ebuild:
+ add use deps for bug #536062
05 Jan 2015; Tupone Alfredo <tupone@gentoo.org> pachi-1.0.ebuild:
EAPI 5
@@ -41,4 +44,3 @@
27 Sep 2003; Michael Sterrett <msterret@gentoo.org> pachi-20030927.ebuild:
initial commit (bug 28983)
-
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
}