diff options
author | Sam James <sam@gentoo.org> | 2023-12-24 02:17:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-24 02:17:28 +0000 |
commit | 24f7b521a7505c47244add5782a15ecfe9d6e88c (patch) | |
tree | 2d5345148cbf4e976656b019f28d273ea84c026b /sys-libs | |
parent | sys-apps/nvme-cli: add 2.7.1 (diff) | |
download | gentoo-24f7b521a7505c47244add5782a15ecfe9d6e88c.tar.gz gentoo-24f7b521a7505c47244add5782a15ecfe9d6e88c.tar.bz2 gentoo-24f7b521a7505c47244add5782a15ecfe9d6e88c.zip |
sys-libs/libcap-ng: update LICENSE
The utilities are GPL-2+ and the library is LGPL-2.1+.
See also https://github.com/stevegrubb/libcap-ng/commit/5c415c7c13d53eb3d2757f83fa57406beed47cff.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libcap-ng/libcap-ng-0.8.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libcap-ng/libcap-ng-0.8.4.ebuild b/sys-libs/libcap-ng/libcap-ng-0.8.4.ebuild index 610a3467043c..9f6b840b89b1 100644 --- a/sys-libs/libcap-ng/libcap-ng-0.8.4.ebuild +++ b/sys-libs/libcap-ng/libcap-ng-0.8.4.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="POSIX 1003.1e capabilities" HOMEPAGE="https://people.redhat.com/sgrubb/libcap-ng/" SRC_URI="https://people.redhat.com/sgrubb/${PN}/${P}.tar.gz" -LICENSE="LGPL-2.1" +LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux" IUSE="python static-libs" |