diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-07-26 12:22:31 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-07-26 12:41:08 +0300 |
commit | 2e60ea6f7961547304593c841b0155c880b26736 (patch) | |
tree | 3578920670e9e63bef68d0a86b98a1797ac0fe1d | |
parent | dev-python/pylint: marked ~amd64-linux (diff) | |
download | gentoo-2e60ea6f7961547304593c841b0155c880b26736.tar.gz gentoo-2e60ea6f7961547304593c841b0155c880b26736.tar.bz2 gentoo-2e60ea6f7961547304593c841b0155c880b26736.zip |
games-mud/gnome-mud: Fix license to GPL-2+ (was missing "or later")
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r-- | games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild | 4 | ||||
-rw-r--r-- | games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild | 2 | ||||
-rw-r--r-- | games-mud/gnome-mud/gnome-mud-0.11.2.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild b/games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild index 83c254b12854..8d99eb1c2f44 100644 --- a/games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild +++ b/games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ inherit gnome2 DESCRIPTION="GNOME MUD client" HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="gstreamer" diff --git a/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild b/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild index 762658ae94b0..8323c50c6895 100644 --- a/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild +++ b/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild @@ -10,7 +10,7 @@ inherit gnome2 DESCRIPTION="GNOME MUD client" HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~x86 ~x86-fbsd" IUSE="gstreamer" diff --git a/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild b/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild index f2fb1bec8d08..3fa2809b3142 100644 --- a/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild +++ b/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ inherit gnome2 games DESCRIPTION="GNOME MUD client" HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="gstreamer" |