diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-04-25 00:02:37 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-04-25 00:02:37 +0200 |
commit | 808295a0a09801550da0482d6572444a468f0f76 (patch) | |
tree | 59f4b6fc70049ae55e59caa21fbff7a92523665e /games-board/peg-e | |
parent | games-arcade/shovel-knight: update eclasses (diff) | |
download | gentoo-808295a0a09801550da0482d6572444a468f0f76.tar.gz gentoo-808295a0a09801550da0482d6572444a468f0f76.tar.bz2 gentoo-808295a0a09801550da0482d6572444a468f0f76.zip |
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@levelnine.at>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-board/peg-e')
-rw-r--r-- | games-board/peg-e/peg-e-1.2.8.ebuild | 8 |
1 files 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="" |