From: Craig Andrews Date: Wed, 17 Jul 2019 20:17:17 +0000 (-0400) Subject: dev-util/conf2struct: The license is actually BSD-2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a102a908a3cefd318a62de4d15e011e103a6a38a;p=gentoo.git dev-util/conf2struct: The license is actually BSD-2 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Craig Andrews --- diff --git a/dev-util/conf2struct/conf2struct-0_pre0.ebuild b/dev-util/conf2struct/conf2struct-0_pre0.ebuild index c027b8564d68..7c6d5dc0b9b4 100644 --- a/dev-util/conf2struct/conf2struct-0_pre0.ebuild +++ b/dev-util/conf2struct/conf2struct-0_pre0.ebuild @@ -25,7 +25,7 @@ PATCHES=( "${FILESDIR}/${P}-dest-exists.patch" ) -LICENSE="GPL-2" +LICENSE="BSD-2" SLOT="0" IUSE="caps pcre systemd tcpd" diff --git a/dev-util/conf2struct/conf2struct-9999.ebuild b/dev-util/conf2struct/conf2struct-9999.ebuild index 3ab3bce60c3a..3ff4bf49a4e6 100644 --- a/dev-util/conf2struct/conf2struct-9999.ebuild +++ b/dev-util/conf2struct/conf2struct-9999.ebuild @@ -15,7 +15,7 @@ else SRC_URI="https://github.com/yrutschle/conf2struct/archive/v${PV}.tar.gz -> ${P}.tar.gz" fi -LICENSE="GPL-2" +LICENSE="BSD-2" SLOT="0" IUSE="caps pcre systemd tcpd"