diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 13:45:25 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:39 +0200 |
commit | f98b89ab6e59e48aa61f18ebc08f77b2769ce8c9 (patch) | |
tree | c3411719f507f085b4ff1b520e7cf71ffd981e05 /games-board/gtkboard | |
parent | games-board/grhino: use HTTPS, fix LICENSE (diff) | |
download | gentoo-f98b89ab6e59e48aa61f18ebc08f77b2769ce8c9.tar.gz gentoo-f98b89ab6e59e48aa61f18ebc08f77b2769ce8c9.tar.bz2 gentoo-f98b89ab6e59e48aa61f18ebc08f77b2769ce8c9.zip |
games-board/gtkboard: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-board/gtkboard')
-rw-r--r-- | games-board/gtkboard/gtkboard-0.11_pre0-r2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-board/gtkboard/gtkboard-0.11_pre0-r2.ebuild b/games-board/gtkboard/gtkboard-0.11_pre0-r2.ebuild index 100873263043..66d9680e7d1a 100644 --- a/games-board/gtkboard/gtkboard-0.11_pre0-r2.ebuild +++ b/games-board/gtkboard/gtkboard-0.11_pre0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,13 +7,12 @@ MY_P=${P/_} inherit desktop flag-o-matic DESCRIPTION="Board games system" -HOMEPAGE="http://gtkboard.sourceforge.net/indexold.html" +HOMEPAGE="https://gtkboard.sourceforge.net/indexold.html" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" BDEPEND=" virtual/pkgconfig" |