diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-07-18 14:50:08 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-07-18 14:50:08 +0000 |
commit | 7eae2ce81c89a218c9fb92b1d363c29574db3b16 (patch) | |
tree | 7cd94e99626d0a525859389977cf0c8b34c02358 /games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild | |
parent | stable on ppc64, bug #57487 (diff) | |
download | historical-7eae2ce81c89a218c9fb92b1d363c29574db3b16.tar.gz historical-7eae2ce81c89a218c9fb92b1d363c29574db3b16.tar.bz2 historical-7eae2ce81c89a218c9fb92b1d363c29574db3b16.zip |
Closing #53464.
Diffstat (limited to 'games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild')
-rw-r--r-- | games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild b/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild index ffdc54a9d118..17ad745bc8cf 100644 --- a/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild +++ b/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild,v 1.6 2004/06/24 22:25:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild,v 1.7 2004/07/18 14:50:08 aliz Exp $ -inherit games +inherit games gnuconfig DESCRIPTION="A Linux/SDL-Port of the famous DGen MegaDrive/Genesis-Emulator" HOMEPAGE="http://www.pknet.com/~joe/dgen-sdl.html" @@ -20,6 +20,8 @@ DEPEND="${DEPEND} dev-lang/nasm" src_compile() { + gnuconfig_update + egamesconf \ $(use_with opengl) \ $(use_with X x) \ |