diff options
author | Craig Andrews <candrews@gentoo.org> | 2019-07-17 16:17:17 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2019-07-17 16:18:12 -0400 |
commit | a102a908a3cefd318a62de4d15e011e103a6a38a (patch) | |
tree | 0ac2a8460bbd400cce07f7b0f4518aa06c68c465 /dev-util | |
parent | games-roguelike/moria: Depend on acct-group/gamestat. (diff) | |
download | gentoo-a102a908a3cefd318a62de4d15e011e103a6a38a.tar.gz gentoo-a102a908a3cefd318a62de4d15e011e103a6a38a.tar.bz2 gentoo-a102a908a3cefd318a62de4d15e011e103a6a38a.zip |
dev-util/conf2struct: The license is actually BSD-2
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/conf2struct/conf2struct-0_pre0.ebuild | 2 | ||||
-rw-r--r-- | dev-util/conf2struct/conf2struct-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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" |