diff options
Diffstat (limited to 'net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild')
-rw-r--r-- | net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild b/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild index 5ba92c33d17c..303cfb244d93 100644 --- a/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild +++ b/net-misc/mcproxy/mcproxy-1.1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -9,7 +9,7 @@ DESCRIPTION="A multicast proxy for IGMP/MLD" HOMEPAGE="https://mcproxy.realmv6.org/ https://github.com/mcproxy/mcproxy" SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" LICENSE="GPL-2+" SLOT="0" IUSE="doc" |