commit: 28b117b7cfec6bf6a61b7908117c4e555b54972a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Apr 14 08:17:53 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Apr 14 10:43:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b117b7
sys-kernel/gentoo-kernel: Fix config URLs Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-kernel/gentoo-kernel/gentoo-kernel-5.4.32.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.32.ebuild b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.32.ebuild index 5dc38b6b0ba..1412b2980be 100644 --- a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.32.ebuild +++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.32.ebuild @@ -20,11 +20,11 @@ SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.x https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz amd64? ( - https://git.archlinux.org/svntogit/packages.git/plain/trunk/config?h=packages/linux-lts&id=${AMD64_CONFIG_HASH} + https://git.archlinux.org/svntogit/packages.git/plain/trunk/config?h=packages/linux&id=${AMD64_CONFIG_HASH} -> linux-${AMD64_CONFIG_VER}.amd64.config ) x86? ( - https://git.archlinux32.org/packages/plain/core/linux-lts/config?id=${I686_CONFIG_HASH} + https://git.archlinux32.org/packages/plain/core/linux/config.i686?id=${I686_CONFIG_HASH} -> linux-${I686_CONFIG_VER}.i686.config )" S=${WORKDIR}/${MY_P}
