commit: 808295a0a09801550da0482d6572444a468f0f76 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat Apr 24 22:02:37 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Apr 24 22:02:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=808295a0
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 <mmk <AT> levelnine.at> Signed-off-by: David Seifert <soap <AT> gentoo.org> 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 40086cd07d1..9af7c5486a3 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=""
