diff options
author | 2024-05-30 20:46:49 +0200 | |
---|---|---|
committer | 2024-06-18 00:34:31 +0200 | |
commit | 641d75311144dd60bc21ba827103be9a0251b0a5 (patch) | |
tree | bf0bfe38fff5e18bf9964151d48bdcb3fa5c79e7 /app-misc/dfshow | |
parent | app-misc/dfshow: add 0.10.3 (diff) | |
download | gentoo-641d75311144dd60bc21ba827103be9a0251b0a5.tar.gz gentoo-641d75311144dd60bc21ba827103be9a0251b0a5.tar.bz2 gentoo-641d75311144dd60bc21ba827103be9a0251b0a5.zip |
app-misc/dfshow: fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36907
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-misc/dfshow')
-rw-r--r-- | app-misc/dfshow/dfshow-0.9.1_beta-r2.ebuild | 4 |
1 files 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" |