diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-03-07 07:30:52 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-03-07 07:31:07 +0000 |
commit | 02724a7c294d6a8f4aa17924339c8638d3cf6efe (patch) | |
tree | 0db3798892adf3e39a10f02b824a0769549d85d9 /sys-kernel | |
parent | dev-ruby/autoprefixer-rails: add 9.4.10.1 (diff) | |
download | gentoo-02724a7c294d6a8f4aa17924339c8638d3cf6efe.tar.gz gentoo-02724a7c294d6a8f4aa17924339c8638d3cf6efe.tar.bz2 gentoo-02724a7c294d6a8f4aa17924339c8638d3cf6efe.zip |
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@gentoo.org>
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/linux-headers/linux-headers-5.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 0becabe872d0..fcdaa002f5c9 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} |