diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-18 05:06:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-18 05:06:39 +0000 |
commit | 879d1a29bef5fe38996fa3e38268848f822e6bb3 (patch) | |
tree | cfdf948b3b4c910032ab735da3d1db53bd46c5a6 /games-emulation/fceultra | |
parent | initial ebuild #37666 (diff) | |
download | gentoo-2-879d1a29bef5fe38996fa3e38268848f822e6bb3.tar.gz gentoo-2-879d1a29bef5fe38996fa3e38268848f822e6bb3.tar.bz2 gentoo-2-879d1a29bef5fe38996fa3e38268848f822e6bb3.zip |
fix SRC_URI #38238
Diffstat (limited to 'games-emulation/fceultra')
-rw-r--r-- | games-emulation/fceultra/fceultra-0.81-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-emulation/fceultra/fceultra-0.81-r1.ebuild b/games-emulation/fceultra/fceultra-0.81-r1.ebuild index 2419d8fc06d8..ab55da402099 100644 --- a/games-emulation/fceultra/fceultra-0.81-r1.ebuild +++ b/games-emulation/fceultra/fceultra-0.81-r1.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/fceultra/fceultra-0.81-r1.ebuild,v 1.1 2003/11/10 14:48:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/fceultra/fceultra-0.81-r1.ebuild,v 1.2 2004/01/18 05:06:39 vapier Exp $ inherit gcc MY_P=fceu S=${WORKDIR}/${MY_P} DESCRIPTION="A portable NES/Famicom Emulator" -SRC_URI="http://fceultra.sourceforge.net/dev/${MY_P}${PV}src.tar.gz" HOMEPAGE="http://fceultra.sourceforge.net/" +SRC_URI="http://fceultra.sourceforge.net/dev/${MY_P}${PV//.}src.tar.gz" +LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 -ppc" -LICENSE="GPL-2" DEPEND="svga? ( media-libs/svgalib ) sdl? ( media-libs/libsdl )" |