diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-02 12:59:47 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-02 12:59:47 +0000 |
commit | 9829362c1520c8b4428a3b7854f936e84023ffb7 (patch) | |
tree | 3a29b48dfde0bb074b875cf62cc2b1142e3e5578 /games-emulation/gtuxnes | |
parent | ChangeLog fix (Manifest recommit) (diff) | |
download | gentoo-2-9829362c1520c8b4428a3b7854f936e84023ffb7.tar.gz gentoo-2-9829362c1520c8b4428a3b7854f936e84023ffb7.tar.bz2 gentoo-2-9829362c1520c8b4428a3b7854f936e84023ffb7.zip |
Switch to double quotes from single quotes
Diffstat (limited to 'games-emulation/gtuxnes')
-rw-r--r-- | games-emulation/gtuxnes/gtuxnes-0.75.ebuild | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/games-emulation/gtuxnes/gtuxnes-0.75.ebuild b/games-emulation/gtuxnes/gtuxnes-0.75.ebuild index 3fad61cd328d..49ad3850f337 100644 --- a/games-emulation/gtuxnes/gtuxnes-0.75.ebuild +++ b/games-emulation/gtuxnes/gtuxnes-0.75.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gtuxnes/gtuxnes-0.75.ebuild,v 1.3 2004/02/20 06:26:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gtuxnes/gtuxnes-0.75.ebuild,v 1.4 2004/03/02 12:59:47 aliz Exp $ -DESCRIPTION='GTK frontend for tuxnes, the emulator for the 8-bit Nintendo Entertainment System' -HOMEPAGE='http://www.scottweber.com/projects/gtuxnes/' +DESCRIPTION="GTK frontend for tuxnes, the emulator for the 8-bit Nintendo Entertainment System" +HOMEPAGE="http://www.scottweber.com/projects/gtuxnes/" SRC_URI="http://www.scottweber.com/projects/gtuxnes/${P}.tar.gz" -LICENSE='GPL-2' -KEYWORDS='x86' -SLOT='0' -IUSE='' +LICENSE="GPL-2" +KEYWORDS="x86" +SLOT="0" +IUSE="" -DEPEND='x11-libs/gtk+ - >=sys-apps/sed-4' -RDEPEND='>=games-emulation/tuxnes-0.75' +DEPEND="x11-libs/gtk+ + >=sys-apps/sed-4" +RDEPEND=">=games-emulation/tuxnes-0.75" src_unpack() { unpack ${A} |