diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-11-08 00:30:17 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-11-08 00:36:53 -0500 |
commit | d8f830c3dc6b62be34b15b44578f9c79211fae29 (patch) | |
tree | bfe94070686a4c1d5fc917f123950328dd01c173 /games-board | |
parent | profiles: unmask py3.11 for amd64; shift rest into arches (diff) | |
download | gentoo-d8f830c3dc6b62be34b15b44578f9c79211fae29.tar.gz gentoo-d8f830c3dc6b62be34b15b44578f9c79211fae29.tar.bz2 gentoo-d8f830c3dc6b62be34b15b44578f9c79211fae29.zip |
games-board/xboard: fix license
Closes: https://bugs.gentoo.org/880145
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/xboard/xboard-4.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-board/xboard/xboard-4.9.1.ebuild b/games-board/xboard/xboard-4.9.1.ebuild index b68ccfc2f035..3d75e1499bdc 100644 --- a/games-board/xboard/xboard-4.9.1.ebuild +++ b/games-board/xboard/xboard-4.9.1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="GUI for gnuchess and for internet chess servers" HOMEPAGE="https://www.gnu.org/software/xboard/" SRC_URI="mirror://gnu/xboard/${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="+default-font gtk nls Xaw3d zippy" |