diff options
author | Sam James <sam@gentoo.org> | 2021-05-16 23:55:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-17 22:34:24 +0000 |
commit | 5ea1315670de7fb4a071794e54fc1fbed2aa27f0 (patch) | |
tree | 433d936fbe56d836fd2dda990971c9470506a81a /dev-libs/cdk | |
parent | dev-libs/cdk: add 5.0.20210324 (diff) | |
download | gentoo-5ea1315670de7fb4a071794e54fc1fbed2aa27f0.tar.gz gentoo-5ea1315670de7fb4a071794e54fc1fbed2aa27f0.tar.bz2 gentoo-5ea1315670de7fb4a071794e54fc1fbed2aa27f0.zip |
dev-libs/cdk: fix SRC_URI in older 5.0.20160131
ftp://invisible-island.net -> ftp://ftp.invisible-island.net. The
old address no longer works.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/cdk')
-rw-r--r-- | dev-libs/cdk/cdk-5.0.20160131.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/cdk/cdk-5.0.20160131.ebuild b/dev-libs/cdk/cdk-5.0.20160131.ebuild index fb5cd7e68fd6..de65e39fe0d5 100644 --- a/dev-libs/cdk/cdk-5.0.20160131.ebuild +++ b/dev-libs/cdk/cdk-5.0.20160131.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit versionator MY_P="${PN}-$(replace_version_separator 2 -)" DESCRIPTION="A library of curses widgets" HOMEPAGE="https://dickey.his.com/cdk/cdk.html" -SRC_URI="ftp://invisible-island.net/cdk/${MY_P}.tgz" +SRC_URI="ftp://ftp.invisible-island.net/cdk/${MY_P}.tgz" LICENSE="BSD" SLOT="0/6" # subslot = soname version |