diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-03-13 13:14:33 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-03-13 13:15:20 +0100 |
commit | 390dd1023c2f5b3322f3ac1207a9880f787fe9ac (patch) | |
tree | 692566fe191f34293811e48d7c394de64426109d /dev-libs/libstrl/libstrl-0.5.1-r1.ebuild | |
parent | dev-util/difffilter: FTP => HTTP (diff) | |
download | gentoo-390dd1023c2f5b3322f3ac1207a9880f787fe9ac.tar.gz gentoo-390dd1023c2f5b3322f3ac1207a9880f787fe9ac.tar.bz2 gentoo-390dd1023c2f5b3322f3ac1207a9880f787fe9ac.zip |
dev-libs/libstrl: FTP => HTTP
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Bug: https://bugs.gentoo.org/672182
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'dev-libs/libstrl/libstrl-0.5.1-r1.ebuild')
-rw-r--r-- | dev-libs/libstrl/libstrl-0.5.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libstrl/libstrl-0.5.1-r1.ebuild b/dev-libs/libstrl/libstrl-0.5.1-r1.ebuild index a3d8d099ada1..20832e138dd4 100644 --- a/dev-libs/libstrl/libstrl-0.5.1-r1.ebuild +++ b/dev-libs/libstrl/libstrl-0.5.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 @@ -6,7 +6,7 @@ inherit toolchain-funcs multilib-minimal DESCRIPTION="Compat library for functions like strlcpy(), strlcat(), strnlen(), getline()" HOMEPAGE="http://ohnopub.net/~ohnobinki/libstrl/" -SRC_URI="ftp://mirror.ohnopub.net/mirror/${P}.tar.bz2" +SRC_URI="http://mirror.ohnopub.net/mirror/${P}.tar.bz2" LICENSE="LGPL-3" SLOT="0" |