summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2018-08-06 12:27:18 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2018-08-06 12:29:44 -0700
commit59e28b6573c97593cb2de139893236203f4a0d05 (patch)
treeb2e449e5e648b99c5174a3b193b91a38e3f3bf76 /sys-process/audit/audit-2.8.3.ebuild
parentdev-ruby/rmagick: ignore another colors test (diff)
downloadgentoo-59e28b6573c97593cb2de139893236203f4a0d05.tar.gz
gentoo-59e28b6573c97593cb2de139893236203f4a0d05.tar.bz2
gentoo-59e28b6573c97593cb2de139893236203f4a0d05.zip
sys-process/audit: fix license
License audit elsewhere revealed that the libraries of audit are under LGPL-2.1+, not GPL-2. Also correct to GPL-2+ per the 'or later' text in the main source. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-process/audit/audit-2.8.3.ebuild')
-rw-r--r--sys-process/audit/audit-2.8.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/audit/audit-2.8.3.ebuild b/sys-process/audit/audit-2.8.3.ebuild
index c03f103ef2f8..44ef93b51bdc 100644
--- a/sys-process/audit/audit-2.8.3.ebuild
+++ b/sys-process/audit/audit-2.8.3.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Userspace utilities for storing and processing auditing records"
HOMEPAGE="https://people.redhat.com/sgrubb/audit/"
SRC_URI="https://people.redhat.com/sgrubb/audit/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+ LGPL-2.1+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="gssapi ldap python static-libs"