diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-07 09:01:44 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-07 09:01:44 +0000 |
commit | d72115ab9cb83f597716a1ddc8b81411b895505d (patch) | |
tree | b87f59032c2e9196419b977f1744886418c0c750 /app-emulation/spectemu | |
parent | Version bumped. This closes bug #66249. Fixed LICENSE syntax. (Manifest recom... (diff) | |
download | gentoo-2-d72115ab9cb83f597716a1ddc8b81411b895505d.tar.gz gentoo-2-d72115ab9cb83f597716a1ddc8b81411b895505d.tar.bz2 gentoo-2-d72115ab9cb83f597716a1ddc8b81411b895505d.zip |
LICENSE fix
Diffstat (limited to 'app-emulation/spectemu')
-rw-r--r-- | app-emulation/spectemu/spectemu-0.9.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/spectemu/spectemu-0.9.4.ebuild b/app-emulation/spectemu/spectemu-0.9.4.ebuild index 88f2e1318006..bd4003dcc9ea 100644 --- a/app-emulation/spectemu/spectemu-0.9.4.ebuild +++ b/app-emulation/spectemu/spectemu-0.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spectemu/spectemu-0.9.4.ebuild,v 1.12 2004/06/27 23:06:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spectemu/spectemu-0.9.4.ebuild,v 1.13 2004/11/07 09:00:44 mr_bones_ Exp $ ### Several versions of specemu exist, xspect & vgaspect, utilising X11 ### and/or svgalib. libreadline provides optional runtime features. @@ -11,7 +11,7 @@ DESCRIPTION="48k ZX Spectrum Emulator" HOMEPAGE="http://kempelen.iit.bme.hu/~mszeredi/spectemu/spectemu.html" SRC_URI="http://home.gwi.net/~plemon/sources/spectemu-0.94.tar.gz" -LICENSE="GPL-2 | LGPL-2" +LICENSE="|| ( GPL-2 LGPL-2 )" SLOT="0" KEYWORDS="x86 ~ppc" IUSE="X readline svga" |