From: David Seifert Date: Mon, 13 Jan 2020 10:00:01 +0000 (+0100) Subject: dev-libs/libdnet: [QA] Fix HomepageInSrcUri X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=62a02c9ba247011b3c250a28454b01c494ea44f7;p=gentoo.git dev-libs/libdnet: [QA] Fix HomepageInSrcUri Signed-off-by: David Seifert --- diff --git a/dev-libs/libdnet/libdnet-1.12-r1.ebuild b/dev-libs/libdnet/libdnet-1.12-r1.ebuild index 1e9db55a13e9..d2b0ca1e6d6e 100644 --- a/dev-libs/libdnet/libdnet-1.12-r1.ebuild +++ b/dev-libs/libdnet/libdnet-1.12-r1.ebuild @@ -11,7 +11,7 @@ inherit autotools distutils-r1 DESCRIPTION="simplified, portable interface to several low-level networking routines" HOMEPAGE="https://github.com/dugsong/libdnet" SRC_URI=" - ${HOMEPAGE}/archive/${P}.tar.gz + https://github.com/dugsong/libdnet/archive/${P}.tar.gz ipv6? ( https://fragroute-ipv6.googlecode.com/files/${P}.ipv6-1.patch.gz ) " LICENSE="LGPL-2"