summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2013-04-02 15:35:59 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2013-04-02 15:35:59 +0000
commit648760e52c7f47da0760d862c98972455401b568 (patch)
treec89c0c131df601cf726fc8127953452638ae2eac /games-emulation
parentCosmetic change (RDEPEND) (diff)
downloadgentoo-2-648760e52c7f47da0760d862c98972455401b568.tar.gz
gentoo-2-648760e52c7f47da0760d862c98972455401b568.tar.bz2
gentoo-2-648760e52c7f47da0760d862c98972455401b568.zip
revert incorrect use dep for alsa case
(Portage version: 2.1.11.55/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/dosbox/ChangeLog6
-rw-r--r--games-emulation/dosbox/dosbox-0.74.ebuild9
-rw-r--r--games-emulation/dosbox/dosbox-9999.ebuild11
3 files changed, 12 insertions, 14 deletions
diff --git a/games-emulation/dosbox/ChangeLog b/games-emulation/dosbox/ChangeLog
index ce9ae657f091..82c1abe767ca 100644
--- a/games-emulation/dosbox/ChangeLog
+++ b/games-emulation/dosbox/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/dosbox
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.61 2013/04/01 19:37:18 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.62 2013/04/02 15:35:59 mr_bones_ Exp $
+
+ 02 Apr 2013; Michael Sterrett <mr_bones_@gentoo.org> dosbox-0.74.ebuild,
+ dosbox-9999.ebuild:
+ revert incorrect use dep for alsa case
01 Apr 2013; Michael Sterrett <mr_bones_@gentoo.org> dosbox-0.74.ebuild,
dosbox-9999.ebuild:
diff --git a/games-emulation/dosbox/dosbox-0.74.ebuild b/games-emulation/dosbox/dosbox-0.74.ebuild
index 4f2d1915840a..3672e1f22545 100644
--- a/games-emulation/dosbox/dosbox-0.74.ebuild
+++ b/games-emulation/dosbox/dosbox-0.74.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v 1.14 2013/04/01 19:37:17 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v 1.15 2013/04/02 15:35:59 mr_bones_ Exp $
EAPI=2
inherit eutils games
@@ -14,11 +14,8 @@ SLOT="0"
KEYWORDS="amd64 ~arm ppc ppc64 ~sparc x86"
IUSE="alsa debug hardened opengl"
-DEPEND="alsa? ( media-libs/alsa-lib
- media-libs/libsdl[alsa] )
- opengl? (
- virtual/glu
- virtual/opengl )
+DEPEND="alsa? ( media-libs/alsa-lib )
+ opengl? ( virtual/glu virtual/opengl )
debug? ( sys-libs/ncurses )
media-libs/libpng:0
media-libs/libsdl[joystick,video,X]
diff --git a/games-emulation/dosbox/dosbox-9999.ebuild b/games-emulation/dosbox/dosbox-9999.ebuild
index 575407f2b229..9f1c9fb9e7d8 100644
--- a/games-emulation/dosbox/dosbox-9999.ebuild
+++ b/games-emulation/dosbox/dosbox-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild,v 1.5 2013/04/01 19:37:17 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild,v 1.6 2013/04/02 15:35:59 mr_bones_ Exp $
EAPI=2
ESVN_REPO_URI="https://dosbox.svn.sourceforge.net/svnroot/dosbox/dosbox/trunk"
@@ -14,14 +14,11 @@ SLOT="0"
KEYWORDS=""
IUSE="alsa debug hardened opengl"
-DEPEND="alsa? ( media-libs/alsa-lib
- media-libs/libsdl[alsa] )
- opengl? (
- virtual/glu
- virtual/opengl )
+DEPEND="alsa? ( media-libs/alsa-lib )
+ opengl? ( virtual/glu virtual/opengl )
debug? ( sys-libs/ncurses )
media-libs/libpng:0
- media-libs/libsdl[joystick,video]
+ media-libs/libsdl[joystick,video,X]
media-libs/sdl-net
media-libs/sdl-sound"