commit: 641d75311144dd60bc21ba827103be9a0251b0a5 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Thu May 30 18:46:49 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Mon Jun 17 22:34:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=641d7531
app-misc/dfshow: fix LICENSE Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/36907 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-misc/dfshow/dfshow-0.9.1_beta-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/dfshow/dfshow-0.9.1_beta-r2.ebuild b/app-misc/dfshow/dfshow-0.9.1_beta-r2.ebuild index dc9ffb493c9b..9cff88a40bc0 100644 --- a/app-misc/dfshow/dfshow-0.9.1_beta-r2.ebuild +++ b/app-misc/dfshow/dfshow-0.9.1_beta-r2.ebuild @@ -6,12 +6,12 @@ EAPI=8 inherit autotools bash-completion-r1 flag-o-matic MY_PV="${PV//_beta/-beta}" -DESCRIPTION="DF-SHOW is a Unix-like rewrite of some of the applications from DF-EDIT" +DESCRIPTION="Unix-like rewrite of some of the applications from DF-EDIT" HOMEPAGE="https://github.com/roberthawdon/dfshow" SRC_URI="https://github.com/roberthawdon/dfshow/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${MY_PV}" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86"
