commit:     02724a7c294d6a8f4aa17924339c8638d3cf6efe
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  7 07:30:52 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Mar  7 07:31:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02724a7c

sys-kernel/linux-headers: unpack tarball once

Arfrever noticed that linux-headers is unpacked twice:
    gentoo-headers-base-5.0.tar.xz
    gentoo-headers-base-5.0-bug-679630.tar.xz

It was unintentional. The change updates SRC_URI to refer
only to updated tarball.

Reported-by: Arfrever Frehtes Taifersar Arahesis
Bug: https://bugs.gentoo.org/679630
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-kernel/linux-headers/linux-headers-5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/linux-headers/linux-headers-5.0-r1.ebuild 
b/sys-kernel/linux-headers/linux-headers-5.0-r1.ebuild
index 0becabe872d..fcdaa002f5c 100644
--- a/sys-kernel/linux-headers/linux-headers-5.0-r1.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-5.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit kernel-2
 detect_version
 
 PATCH_VER="1"
-SRC_URI="mirror://gentoo/gentoo-headers-base-${PV}.tar.xz
+SRC_URI="mirror://gentoo/gentoo-headers-base-${PV}-bug-679630.tar.xz
        
https://dev.gentoo.org/~slyfox/distfiles/gentoo-headers-base-${PV}-bug-679630.tar.xz
        ${PATCH_VER:+mirror://gentoo/gentoo-headers-${PV}-${PATCH_VER}.tar.xz}
        
${PATCH_VER:+https://dev.gentoo.org/~slyfox/distfiles/gentoo-headers-${PV}-${PATCH_VER}.tar.xz}

Reply via email to