diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-04-14 10:17:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-04-14 12:43:40 +0200 |
commit | 28b117b7cfec6bf6a61b7908117c4e555b54972a (patch) | |
tree | 2ab58a62d8ee1ae1f2b7e627ce5744875f9dcb09 /sys-kernel/gentoo-kernel | |
parent | www-client/vivaldi-snapshot: Old (diff) | |
download | gentoo-28b117b7cfec6bf6a61b7908117c4e555b54972a.tar.gz gentoo-28b117b7cfec6bf6a61b7908117c4e555b54972a.tar.bz2 gentoo-28b117b7cfec6bf6a61b7908117c4e555b54972a.zip |
sys-kernel/gentoo-kernel: Fix config URLs
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-kernel/gentoo-kernel')
-rw-r--r-- | sys-kernel/gentoo-kernel/gentoo-kernel-5.4.32.ebuild | 4 |
1 files 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 5dc38b6b0ba9..1412b2980be3 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} |