summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2019-03-27 10:04:39 -0400
committerMichael Orlitzky <mjo@gentoo.org>2019-03-27 13:18:04 -0400
commita3d81912b95dbe7b9af7ffbeff06a828556ff34e (patch)
tree872597894395501d0db474c0b80bd6ede9ea47c3 /mail-filter/opendkim
parentmail-filter/opendkim: remove commented code at top of -r4 ebuild. (diff)
downloadgentoo-a3d81912b95dbe7b9af7ffbeff06a828556ff34e.tar.gz
gentoo-a3d81912b95dbe7b9af7ffbeff06a828556ff34e.tar.bz2
gentoo-a3d81912b95dbe7b9af7ffbeff06a828556ff34e.zip
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 <mjo@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'mail-filter/opendkim')
-rw-r--r--mail-filter/opendkim/opendkim-2.10.3-r4.ebuild3
1 files changed, 2 insertions, 1 deletions
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"