diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-01-23 05:20:56 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-01-23 05:21:12 -0500 |
commit | f0d819c62123e9c42ae47e2821ef38ed544e82b6 (patch) | |
tree | ab9684a17a55de3b60c6644303b32f23f39dacea /sys-apps/kbd/kbd-2.0.4.ebuild | |
parent | sys-fs/xfsprogs: Removed old. (diff) | |
download | gentoo-f0d819c62123e9c42ae47e2821ef38ed544e82b6.tar.gz gentoo-f0d819c62123e9c42ae47e2821ef38ed544e82b6.tar.bz2 gentoo-f0d819c62123e9c42ae47e2821ef38ed544e82b6.zip |
sys-apps/kbd: switch SRC_URI since ftp.kernel.org is deprecated
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'sys-apps/kbd/kbd-2.0.4.ebuild')
-rw-r--r-- | sys-apps/kbd/kbd-2.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/kbd/kbd-2.0.4.ebuild b/sys-apps/kbd/kbd-2.0.4.ebuild index 2e18b81b94ff..34e40d967536 100644 --- a/sys-apps/kbd/kbd-2.0.4.ebuild +++ b/sys-apps/kbd/kbd-2.0.4.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://git.kernel.org/cgit/linux/kernel/git/legion/${PN}.git" EGIT_BRANCH="master" else - SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/kbd/${P}.tar.xz" + SRC_URI="https://www.kernel.org/pub/linux/utils/kbd/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86" fi |