diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-12-02 09:19:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-12-02 09:38:14 +0100 |
commit | 17a3d957d717db982143e85a0be9fdbcb7861cba (patch) | |
tree | daa7626b4f94f4c154ad2d0393755cf534995081 /sys-devel | |
parent | sys-devel/distcc: Co-maintain (diff) | |
download | gentoo-17a3d957d717db982143e85a0be9fdbcb7861cba.tar.gz gentoo-17a3d957d717db982143e85a0be9fdbcb7861cba.tar.bz2 gentoo-17a3d957d717db982143e85a0be9fdbcb7861cba.zip |
sys-devel/distcc: Correct license to GPL-2+
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/distcc/distcc-3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/distcc/distcc-3.3.ebuild b/sys-devel/distcc/distcc-3.3.ebuild index fb9e944df2b1..371cef0c69a4 100644 --- a/sys-devel/distcc/distcc-3.3.ebuild +++ b/sys-devel/distcc/distcc-3.3.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Distribute compilation of C code across several machines on a netwo HOMEPAGE="http://distcc.org/" SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="gnome gssapi gtk hardened ipv6 selinux xinetd zeroconf" |