commit: 3766bf40b2c085baac820d4f1de5fbde2b1e1534 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Thu Aug 1 11:54:28 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Thu Aug 1 11:54:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3766bf40
sys-process/pipectl: update LICENSE Signed-off-by: David Roman <davidroman96 <AT> gmail.com> 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 330ad1f94..f03364644 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 } -
