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/pkgconf-1.3.7.ebuild | |
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/pkgconf-1.3.7.ebuild')
-rw-r--r-- | dev-util/pkgconf/pkgconf-1.3.7.ebuild | 2 |
1 files changed, 1 insertions, 1 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" |