diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2018-08-06 12:27:18 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2018-08-06 12:29:44 -0700 |
commit | 59e28b6573c97593cb2de139893236203f4a0d05 (patch) | |
tree | b2e449e5e648b99c5174a3b193b91a38e3f3bf76 /sys-process/audit | |
parent | dev-ruby/rmagick: ignore another colors test (diff) | |
download | gentoo-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')
-rw-r--r-- | sys-process/audit/audit-2.6.4.ebuild | 2 | ||||
-rw-r--r-- | sys-process/audit/audit-2.7.1.ebuild | 2 | ||||
-rw-r--r-- | sys-process/audit/audit-2.8.2.ebuild | 2 | ||||
-rw-r--r-- | sys-process/audit/audit-2.8.3.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys-process/audit/audit-2.6.4.ebuild b/sys-process/audit/audit-2.6.4.ebuild index 999fbf25c03c..4d02229546e9 100644 --- a/sys-process/audit/audit-2.6.4.ebuild +++ b/sys-process/audit/audit-2.6.4.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" diff --git a/sys-process/audit/audit-2.7.1.ebuild b/sys-process/audit/audit-2.7.1.ebuild index 8f76eada8300..9ece8528d55a 100644 --- a/sys-process/audit/audit-2.7.1.ebuild +++ b/sys-process/audit/audit-2.7.1.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" diff --git a/sys-process/audit/audit-2.8.2.ebuild b/sys-process/audit/audit-2.8.2.ebuild index c03f103ef2f8..44ef93b51bdc 100644 --- a/sys-process/audit/audit-2.8.2.ebuild +++ b/sys-process/audit/audit-2.8.2.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" 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" |