From c1eec044a5df30881579cb5651a1c23af3fbf0e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Dro=C5=BCniak?= Date: Sat, 17 Oct 2020 14:54:57 +0000 Subject: [PATCH] games-arcade/tetrio-desktop: fixed license --- games-arcade/tetrio-desktop/tetrio-desktop-4.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-arcade/tetrio-desktop/tetrio-desktop-4.0.0.ebuild b/games-arcade/tetrio-desktop/tetrio-desktop-4.0.0.ebuild index d63352d..d4ef830 100644 --- a/games-arcade/tetrio-desktop/tetrio-desktop-4.0.0.ebuild +++ b/games-arcade/tetrio-desktop/tetrio-desktop-4.0.0.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="TETR.IO desktop client" HOMEPAGE="https://tetr.io/" SRC_URI="https://tetr.io/about/desktop/builds/TETR.IO%20Setup.tar.gz" -LICENSE="non-free" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" @@ -26,4 +26,4 @@ src_install(){ make_desktop_entry "tetrio-desktop" "TETR.IO Desktop" "" "Game;ArcadeGame" fperms +x "/opt/${PN}/tetrio-desktop" insinto "/usr/share/licenses/${PN}" -} \ No newline at end of file +}