From 3766bf40b2c085baac820d4f1de5fbde2b1e1534 Mon Sep 17 00:00:00 2001 From: David Roman Date: Thu, 1 Aug 2024 13:54:28 +0200 Subject: [PATCH] sys-process/pipectl: update LICENSE Signed-off-by: David Roman --- sys-process/pipectl/pipectl-0.5.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys-process/pipectl/pipectl-0.5.0.ebuild b/sys-process/pipectl/pipectl-0.5.0.ebuild index 330ad1f94e..f033646441 100644 --- a/sys-process/pipectl/pipectl-0.5.0.ebuild +++ b/sys-process/pipectl/pipectl-0.5.0.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="a simple named pipe management utility" HOMEPAGE="https://github.com/Ferdi265/pipectl" SRC_URI="https://github.com/Ferdi265/pipectl/releases/download/v${PV}/pipectl-${PV}.tar.gz" -LICENSE="GPL-3.0" +LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="man" @@ -20,7 +20,6 @@ DEPEND=" ) " RDEPEND="${DEPEND}" -BDEPEND="" src_configure() { mycmakeargs=( @@ -30,4 +29,3 @@ src_configure() { cmake_src_configure } -