diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-11-26 22:09:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-11-26 22:09:38 +0000 |
commit | a75cab947abdd3c3c02d659588502d2d146d449d (patch) | |
tree | cc448113298ba461e23ae85ed65be19b8120e184 /games-emulation/dosbox | |
parent | stop trying to test it (bug #444189) (diff) | |
download | gentoo-2-a75cab947abdd3c3c02d659588502d2d146d449d.tar.gz gentoo-2-a75cab947abdd3c3c02d659588502d2d146d449d.tar.bz2 gentoo-2-a75cab947abdd3c3c02d659588502d2d146d449d.zip |
add glu dep (bug #444758)
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-emulation/dosbox')
-rw-r--r-- | games-emulation/dosbox/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/dosbox/dosbox-0.74.ebuild | 6 | ||||
-rw-r--r-- | games-emulation/dosbox/dosbox-9999.ebuild | 8 |
3 files changed, 14 insertions, 6 deletions
diff --git a/games-emulation/dosbox/ChangeLog b/games-emulation/dosbox/ChangeLog index 7130ed8922b6..ca7b636b2bca 100644 --- a/games-emulation/dosbox/ChangeLog +++ b/games-emulation/dosbox/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/dosbox # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.58 2012/09/03 15:35:29 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.59 2012/11/26 22:09:38 mr_bones_ Exp $ + + 26 Nov 2012; Michael Sterrett <mr_bones_@gentoo.org> dosbox-0.74.ebuild, + dosbox-9999.ebuild: + add glu dep (bug #444758) 03 Sep 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> dosbox-0.74.ebuild: diff --git a/games-emulation/dosbox/dosbox-0.74.ebuild b/games-emulation/dosbox/dosbox-0.74.ebuild index fa955b640ab9..ce221f085f45 100644 --- a/games-emulation/dosbox/dosbox-0.74.ebuild +++ b/games-emulation/dosbox/dosbox-0.74.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.11 2012/09/03 15:35:29 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v 1.12 2012/11/26 22:09:38 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -16,7 +16,9 @@ IUSE="alsa debug hardened opengl" DEPEND="alsa? ( media-libs/alsa-lib media-libs/libsdl[alsa] ) - opengl? ( virtual/opengl ) + opengl? ( + virtual/glu + virtual/opengl ) debug? ( sys-libs/ncurses ) media-libs/libpng media-libs/libsdl[joystick,video,X] diff --git a/games-emulation/dosbox/dosbox-9999.ebuild b/games-emulation/dosbox/dosbox-9999.ebuild index 0bc16dc4effe..e81172efe287 100644 --- a/games-emulation/dosbox/dosbox-9999.ebuild +++ b/games-emulation/dosbox/dosbox-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.2 2011/07/07 18:29:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild,v 1.3 2012/11/26 22:09:38 mr_bones_ Exp $ EAPI=2 ESVN_REPO_URI="https://dosbox.svn.sourceforge.net/svnroot/dosbox/dosbox/trunk" @@ -16,7 +16,9 @@ IUSE="alsa debug hardened opengl" DEPEND="alsa? ( media-libs/alsa-lib media-libs/libsdl[alsa] ) - opengl? ( virtual/opengl ) + opengl? ( + virtual/glu + virtual/opengl ) debug? ( sys-libs/ncurses ) media-libs/libpng media-libs/libsdl[joystick,video] |