Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/distcc/
Date: Sun, 02 Dec 2018 08:38:30
Message-Id: 1543739894.17a3d957d717db982143e85a0be9fdbcb7861cba.mgorny@gentoo
1 commit: 17a3d957d717db982143e85a0be9fdbcb7861cba
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 2 08:19:53 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 2 08:38:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a3d957
7
8 sys-devel/distcc: Correct license to GPL-2+
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/distcc/distcc-3.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-devel/distcc/distcc-3.3.ebuild b/sys-devel/distcc/distcc-3.3.ebuild
16 index fb9e944df2b..371cef0c69a 100644
17 --- a/sys-devel/distcc/distcc-3.3.ebuild
18 +++ b/sys-devel/distcc/distcc-3.3.ebuild
19 @@ -12,7 +12,7 @@ DESCRIPTION="Distribute compilation of C code across several machines on a netwo
20 HOMEPAGE="http://distcc.org/"
21 SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz"
22
23 -LICENSE="GPL-2"
24 +LICENSE="GPL-2+"
25 SLOT="0"
26 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
27 IUSE="gnome gssapi gtk hardened ipv6 selinux xinetd zeroconf"