From 808295a0a09801550da0482d6572444a468f0f76 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 25 Apr 2021 00:02:37 +0200 Subject: games-board/peg-e: remove unused eclass, update LICENSE Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger Signed-off-by: David Seifert --- games-board/peg-e/peg-e-1.2.8.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/games-board/peg-e/peg-e-1.2.8.ebuild b/games-board/peg-e/peg-e-1.2.8.ebuild index 40086cd07d19..9af7c5486a30 100644 --- a/games-board/peg-e/peg-e-1.2.8.ebuild +++ b/games-board/peg-e/peg-e-1.2.8.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit desktop qmake-utils xdg-utils +inherit qmake-utils xdg-utils -DESCRIPTION="A peg solitaire game" +DESCRIPTION="Peg solitaire game" HOMEPAGE="https://gottcode.org/peg-e/" SRC_URI="https://gottcode.org/peg-e/${P}-src.tar.bz2" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -- cgit v1.2.3-65-gdbad