diff options
author | David Seifert <soap@gentoo.org> | 2020-01-13 11:00:01 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-13 11:00:01 +0100 |
commit | 62a02c9ba247011b3c250a28454b01c494ea44f7 (patch) | |
tree | b82de8882aa4a3e6a05331f6a3941750812c8a4b /dev-libs/libdnet | |
parent | dev-libs/cl: [QA] Fix HomepageInSrcUri (diff) | |
download | gentoo-62a02c9ba247011b3c250a28454b01c494ea44f7.tar.gz gentoo-62a02c9ba247011b3c250a28454b01c494ea44f7.tar.bz2 gentoo-62a02c9ba247011b3c250a28454b01c494ea44f7.zip |
dev-libs/libdnet: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/libdnet')
-rw-r--r-- | dev-libs/libdnet/libdnet-1.12-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |