diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-05-08 19:12:09 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-07 11:33:20 +0300 |
commit | a55f826eb71cbd74081bc041980b090bdac4765d (patch) | |
tree | 1111e444f645257fb9d6069c4db32bbea037bdff /games-puzzle/nudoku | |
parent | dev-lua/messagepack: remove unused eclass (diff) | |
download | gentoo-a55f826eb71cbd74081bc041980b090bdac4765d.tar.gz gentoo-a55f826eb71cbd74081bc041980b090bdac4765d.tar.bz2 gentoo-a55f826eb71cbd74081bc041980b090bdac4765d.zip |
games-puzzle/nudoku: remove unused eclass, fix LICENSE
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'games-puzzle/nudoku')
-rw-r--r-- | games-puzzle/nudoku/nudoku-2.1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-puzzle/nudoku/nudoku-2.1.0.ebuild b/games-puzzle/nudoku/nudoku-2.1.0.ebuild index 199f09b2bb1b..4ba0f1598188 100644 --- a/games-puzzle/nudoku/nudoku-2.1.0.ebuild +++ b/games-puzzle/nudoku/nudoku-2.1.0.ebuild @@ -3,13 +3,13 @@ EAPI=7 -inherit autotools flag-o-matic +inherit autotools DESCRIPTION="ncurses based sudoku game" -HOMEPAGE="https://jubalh.github.io/nudoku" +HOMEPAGE="https://jubalh.github.io/nudoku/" SRC_URI="https://github.com/jubalh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="cairo" |