summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-06-02 05:14:07 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-06-02 05:14:07 +0000
commit7d7495ae262687825b77557c8f4e8d40fce4ca45 (patch)
treec8d56e590b7708b72fee79c91f8a83c688dddfd2 /games-emulation
parentsparc stable wrt bug #540290 (diff)
downloadgentoo-2-7d7495ae262687825b77557c8f4e8d40fce4ca45.tar.gz
gentoo-2-7d7495ae262687825b77557c8f4e8d40fce4ca45.tar.bz2
gentoo-2-7d7495ae262687825b77557c8f4e8d40fce4ca45.zip
add slot dep for repoman
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/visualboyadvance/ChangeLog6
-rw-r--r--games-emulation/visualboyadvance/visualboyadvance-1.7.2-r3.ebuild10
2 files changed, 10 insertions, 6 deletions
diff --git a/games-emulation/visualboyadvance/ChangeLog b/games-emulation/visualboyadvance/ChangeLog
index 12b526946ad1..ca4dacd4595b 100644
--- a/games-emulation/visualboyadvance/ChangeLog
+++ b/games-emulation/visualboyadvance/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/visualboyadvance
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/visualboyadvance/ChangeLog,v 1.50 2015/01/28 19:53:22 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/visualboyadvance/ChangeLog,v 1.51 2015/06/02 05:14:07 mr_bones_ Exp $
+
+ 02 Jun 2015; Michael Sterrett <mr_bones_@gentoo.org>
+ visualboyadvance-1.7.2-r3.ebuild:
+ add slot dep for repoman
28 Jan 2015; Michał Górny <mgorny@gentoo.org>
visualboyadvance-1.7.2-r3.ebuild:
diff --git a/games-emulation/visualboyadvance/visualboyadvance-1.7.2-r3.ebuild b/games-emulation/visualboyadvance/visualboyadvance-1.7.2-r3.ebuild
index 0e1c37d14cd5..89ee65dafd89 100644
--- a/games-emulation/visualboyadvance/visualboyadvance-1.7.2-r3.ebuild
+++ b/games-emulation/visualboyadvance/visualboyadvance-1.7.2-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/visualboyadvance/visualboyadvance-1.7.2-r3.ebuild,v 1.12 2015/01/28 19:53:22 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/visualboyadvance/visualboyadvance-1.7.2-r3.ebuild,v 1.13 2015/06/02 05:14:07 mr_bones_ Exp $
EAPI=5
inherit eutils flag-o-matic autotools games
@@ -15,8 +15,8 @@ SLOT="0"
KEYWORDS="amd64 ppc x86 ~x86-fbsd"
IUSE="gtk cpu_flags_x86_mmx nls"
-RDEPEND="media-libs/libpng
- media-libs/libsdl
+RDEPEND="media-libs/libpng:0
+ media-libs/libsdl[sound,video]
sys-libs/zlib[minizip]
gtk? (
>=x11-libs/gtk+-2.4:2
@@ -52,13 +52,13 @@ src_prepare() {
"${FILESDIR}"/${P}-zlib-1.2.6.patch \
"${FILESDIR}"/${P}-sys-types.patch
+ mv configure.in configure.ac || die
eautoreconf
sed -i \
-e 's:$(localedir):/usr/share/locale:' \
-e 's:$(datadir)/locale:/usr/share/locale:' \
- $(find . -name 'Makefile.in*') \
- || die "sed failed"
+ $(find . -name 'Makefile.in*') || die
}
src_configure() {