diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-04-06 16:06:47 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-04-06 16:06:47 +0000 |
commit | cf6a6acae17fec72872a3e726b0adc7b7b2a0240 (patch) | |
tree | 4545ad70fac3e44ecc9bfd2489aeaa86d5846c89 /games-emulation | |
parent | License for games-emulation/snes9x, bug 436220. (diff) | |
download | gentoo-2-cf6a6acae17fec72872a3e726b0adc7b7b2a0240.tar.gz gentoo-2-cf6a6acae17fec72872a3e726b0adc7b7b2a0240.tar.bz2 gentoo-2-cf6a6acae17fec72872a3e726b0adc7b7b2a0240.zip |
Fix LICENSE, bug 436220.
(Portage version: 2.1.11.60/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/snes9x/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/snes9x/snes9x-1.53.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-emulation/snes9x/ChangeLog b/games-emulation/snes9x/ChangeLog index 5df976c651df..72da9d049fe4 100644 --- a/games-emulation/snes9x/ChangeLog +++ b/games-emulation/snes9x/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/snes9x # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/ChangeLog,v 1.62 2013/02/07 21:32:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/ChangeLog,v 1.63 2013/04/06 16:06:47 ulm Exp $ + + 06 Apr 2013; Ulrich Müller <ulm@gentoo.org> snes9x-1.53.ebuild: + Fix LICENSE, bug 436220. 07 Feb 2013; Mike Frysinger <vapier@gentoo.org> +files/snes9x-1.53-cross-compile.patch, snes9x-1.53.ebuild: diff --git a/games-emulation/snes9x/snes9x-1.53.ebuild b/games-emulation/snes9x/snes9x-1.53.ebuild index 8b6f5dc6bcc5..e27ee80fed19 100644 --- a/games-emulation/snes9x/snes9x-1.53.ebuild +++ b/games-emulation/snes9x/snes9x-1.53.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/snes9x-1.53.ebuild,v 1.10 2013/02/07 21:32:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/snes9x-1.53.ebuild,v 1.11 2013/04/06 16:06:47 ulm Exp $ EAPI=2 inherit autotools eutils flag-o-matic multilib gnome2-utils games @@ -9,7 +9,7 @@ DESCRIPTION="Super Nintendo Entertainment System (SNES) emulator" HOMEPAGE="http://code.google.com/p/snes9x-gtk/" SRC_URI="http://snes9x-gtk.googlecode.com/files/${P}-src.tar.bz2" -LICENSE="HPND GPL-2+ LGPL-2.1+" +LICENSE="Snes9x GPL-2 LGPL-2.1" # some files are GPL-2 and LGPL-2.1 only SLOT="0" KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" IUSE="alsa debug gtk joystick multilib netplay nls opengl oss png pulseaudio portaudio +xv +xrandr zlib" |