From: Michael Orlitzky Date: Wed, 27 Mar 2019 14:04:39 +0000 (-0400) Subject: mail-filter/opendkim: add GPL-2 to LICENSE for OpenRC service script. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a3d81912b95dbe7b9af7ffbeff06a828556ff34e;p=gentoo.git mail-filter/opendkim: add GPL-2 to LICENSE for OpenRC service script. Our init script is a critical out-of-tree piece of code that gets installed, and it's licensed GPL-2. So, we should include that in the LICENSE variable for the package. Closes: https://bugs.gentoo.org/425960 Signed-off-by: Michael Orlitzky Package-Manager: Portage-2.3.62, Repoman-2.3.11 --- diff --git a/mail-filter/opendkim/opendkim-2.10.3-r4.ebuild b/mail-filter/opendkim/opendkim-2.10.3-r4.ebuild index 36c2a9954958..74b3c8a10217 100644 --- a/mail-filter/opendkim/opendkim-2.10.3-r4.ebuild +++ b/mail-filter/opendkim/opendkim-2.10.3-r4.ebuild @@ -9,7 +9,8 @@ DESCRIPTION="A milter-based application to provide DKIM signing and verification HOMEPAGE="http://opendkim.org" SRC_URI="mirror://sourceforge/opendkim/${P}.tar.gz" -LICENSE="Sendmail-Open-Source BSD" +# The GPL-2 is for the init script, bug 425960. +LICENSE="BSD GPL-2 Sendmail-Open-Source" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="+berkdb gnutls ldap libressl lmdb lua memcached opendbx poll sasl selinux +ssl static-libs unbound"