diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-03-15 12:00:33 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-03-15 12:00:33 +0000 |
commit | 9ba537059ce38b9c5174a40b6fd670d1031f8946 (patch) | |
tree | 86c1377715b6deb7b47c84fd66c8edc041f0eb3c /games-emulation | |
parent | Use sysconf to get the page size so we no longer need asm/page.h (diff) | |
download | gentoo-2-9ba537059ce38b9c5174a40b6fd670d1031f8946.tar.gz gentoo-2-9ba537059ce38b9c5174a40b6fd670d1031f8946.tar.bz2 gentoo-2-9ba537059ce38b9c5174a40b6fd670d1031f8946.zip |
inherit eutils
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dosbox/dosbox-0.65.ebuild | 4 | ||||
-rw-r--r-- | games-emulation/dosbox/dosbox-0.70.ebuild | 11 |
2 files changed, 7 insertions, 8 deletions
diff --git a/games-emulation/dosbox/dosbox-0.65.ebuild b/games-emulation/dosbox/dosbox-0.65.ebuild index 26bed9cc8b39..9ff9bdb9bb34 100644 --- a/games-emulation/dosbox/dosbox-0.65.ebuild +++ b/games-emulation/dosbox/dosbox-0.65.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.65.ebuild,v 1.6 2007/03/04 02:18:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.65.ebuild,v 1.7 2007/03/15 12:00:33 nyhm Exp $ -inherit games +inherit eutils games DESCRIPTION="DOS emulator" HOMEPAGE="http://dosbox.sourceforge.net/" diff --git a/games-emulation/dosbox/dosbox-0.70.ebuild b/games-emulation/dosbox/dosbox-0.70.ebuild index 05bdc57bbfad..b57a9677565e 100644 --- a/games-emulation/dosbox/dosbox-0.70.ebuild +++ b/games-emulation/dosbox/dosbox-0.70.ebuild @@ -1,23 +1,22 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.70.ebuild,v 1.2 2007/03/04 02:18:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.70.ebuild,v 1.3 2007/03/15 12:00:33 nyhm Exp $ -inherit games +inherit eutils games DESCRIPTION="DOS emulator" HOMEPAGE="http://dosbox.sourceforge.net/" SRC_URI="mirror://sourceforge/dosbox/${P}.tar.gz" -KEYWORDS="amd64 ppc ~sparc x86" LICENSE="GPL-2" SLOT="0" +KEYWORDS="amd64 ppc ~sparc x86" IUSE="alsa hardened opengl" -DEPEND="sys-libs/zlib - alsa? ( media-libs/alsa-lib ) +DEPEND="alsa? ( media-libs/alsa-lib ) opengl? ( virtual/opengl ) media-libs/libpng - >=media-libs/libsdl-1.2.0 + media-libs/libsdl media-libs/sdl-net media-libs/sdl-sound" |