summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2018-10-21 19:00:40 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2018-10-21 19:47:24 +0200
commit2c62d7e2b11acbd6342acf8c41fa7e6ea620774c (patch)
treee6fc236ddde6047e0b2a238f77dd6771b9f3f40c /sys-libs/glibc/glibc-9999.ebuild
parentnet-libs/nativebiginteger: real name of maintainer (diff)
downloadgentoo-2c62d7e2b11acbd6342acf8c41fa7e6ea620774c.tar.gz
gentoo-2c62d7e2b11acbd6342acf8c41fa7e6ea620774c.tar.bz2
gentoo-2c62d7e2b11acbd6342acf8c41fa7e6ea620774c.zip
sys-libs/glibc: Use .xz tarball for patches
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sys-libs/glibc/glibc-9999.ebuild')
-rw-r--r--sys-libs/glibc/glibc-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
index 4069c5f71ea1..8da63740e858 100644
--- a/sys-libs/glibc/glibc-9999.ebuild
+++ b/sys-libs/glibc/glibc-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -28,9 +28,9 @@ RELEASE_VER=${PV}
GCC_BOOTSTRAP_VER=20180511
# Gentoo patchset
-PATCH_VER=7
+PATCH_VER=8
-SRC_URI+=" https://dev.gentoo.org/~dilfridge/distfiles/${P}-patches-${PATCH_VER}.tar.bz2"
+SRC_URI+=" https://dev.gentoo.org/~dilfridge/distfiles/${P}-patches-${PATCH_VER}.tar.xz"
SRC_URI+=" multilib? ( https://dev.gentoo.org/~dilfridge/distfiles/gcc-multilib-bootstrap-${GCC_BOOTSTRAP_VER}.tar.xz )"
IUSE="audit caps cet compile-locales doc gd hardened headers-only +multiarch multilib nscd profile selinux suid systemtap test vanilla"
@@ -752,7 +752,7 @@ src_unpack() {
touch locale/C-translit.h || die #185476 #218003
cd "${WORKDIR}" || die
- unpack glibc-${RELEASE_VER}-patches-${PATCH_VER}.tar.bz2
+ unpack glibc-${RELEASE_VER}-patches-${PATCH_VER}.tar.xz
}
src_prepare() {