diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-11-18 01:01:07 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-11-18 01:01:07 -0500 |
commit | a0afd6d0e388a023b5afa098a7a3266474cdfc24 (patch) | |
tree | d0c1351b77119c3c786b45572d943ee119c7cbc9 /dev-util/pkgconf | |
parent | dev-util/pkgconf: remove old (diff) | |
download | gentoo-a0afd6d0e388a023b5afa098a7a3266474cdfc24.tar.gz gentoo-a0afd6d0e388a023b5afa098a7a3266474cdfc24.tar.bz2 gentoo-a0afd6d0e388a023b5afa098a7a3266474cdfc24.zip |
dev-util/pkgconf: switch license to ISC
COPYING does not match exactly, but meson.build lists it by name.
Package-Manager: Portage-2.3.51_p9, Repoman-2.3.12
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'dev-util/pkgconf')
-rw-r--r-- | dev-util/pkgconf/pkgconf-1.3.7.ebuild | 2 | ||||
-rw-r--r-- | dev-util/pkgconf/pkgconf-1.5.4.ebuild | 2 | ||||
-rw-r--r-- | dev-util/pkgconf/pkgconf-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/pkgconf/pkgconf-1.3.7.ebuild b/dev-util/pkgconf/pkgconf-1.3.7.ebuild index cbfee8e34330..01560acfc6f2 100644 --- a/dev-util/pkgconf/pkgconf-1.3.7.ebuild +++ b/dev-util/pkgconf/pkgconf-1.3.7.ebuild @@ -16,7 +16,7 @@ inherit ltprune multilib-minimal DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89" HOMEPAGE="https://github.com/pkgconf/pkgconf" -LICENSE="BSD-1" +LICENSE="ISC" SLOT="0" IUSE="+pkg-config test" diff --git a/dev-util/pkgconf/pkgconf-1.5.4.ebuild b/dev-util/pkgconf/pkgconf-1.5.4.ebuild index 5b9170fe2f87..4a4d43a5f74e 100644 --- a/dev-util/pkgconf/pkgconf-1.5.4.ebuild +++ b/dev-util/pkgconf/pkgconf-1.5.4.ebuild @@ -16,7 +16,7 @@ inherit multilib-minimal DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89" HOMEPAGE="https://github.com/pkgconf/pkgconf" -LICENSE="BSD-1" +LICENSE="ISC" SLOT="0/3" IUSE="+pkg-config test" diff --git a/dev-util/pkgconf/pkgconf-9999.ebuild b/dev-util/pkgconf/pkgconf-9999.ebuild index 5b9170fe2f87..4a4d43a5f74e 100644 --- a/dev-util/pkgconf/pkgconf-9999.ebuild +++ b/dev-util/pkgconf/pkgconf-9999.ebuild @@ -16,7 +16,7 @@ inherit multilib-minimal DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89" HOMEPAGE="https://github.com/pkgconf/pkgconf" -LICENSE="BSD-1" +LICENSE="ISC" SLOT="0/3" IUSE="+pkg-config test" |