commit: f5710e215d83bceb867b63801cb5d61a67353e4a Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue Jan 30 08:03:53 2018 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Jan 30 08:12:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5710e21
app-misc/gcal: LICENSE should be GPL-3 or later. Package-Manager: Portage-2.3.20, Repoman-2.3.6 app-misc/gcal/gcal-3.6.3.ebuild | 4 ++-- app-misc/gcal/gcal-4.1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/gcal/gcal-3.6.3.ebuild b/app-misc/gcal/gcal-3.6.3.ebuild index c65c73db2e6..ef7714001f5 100644 --- a/app-misc/gcal/gcal-3.6.3.ebuild +++ b/app-misc/gcal/gcal-3.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ DESCRIPTION="The GNU Calendar - a replacement for cal" HOMEPAGE="https://www.gnu.org/software/gcal/" SRC_URI="mirror://gnu/gcal/${P}.tar.xz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="ncurses nls unicode" diff --git a/app-misc/gcal/gcal-4.1.ebuild b/app-misc/gcal/gcal-4.1.ebuild index d5a8dbc1d9d..7f56acee8ca 100644 --- a/app-misc/gcal/gcal-4.1.ebuild +++ b/app-misc/gcal/gcal-4.1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="The GNU Calendar - a replacement for cal" HOMEPAGE="https://www.gnu.org/software/gcal/" SRC_URI="mirror://gnu/gcal/${P}.tar.xz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="ncurses nls unicode"
