summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-11-21 07:53:41 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2019-11-21 07:53:56 +0000
commit1968d85e42382fa4820f6978e116abe091ac4825 (patch)
treef55d770a721a4845a6fba40efd6af2feaae1a5e3 /sys-libs/glibc/glibc-9999.ebuild
parentwww-client/opera: Old (diff)
downloadgentoo-1968d85e42382fa4820f6978e116abe091ac4825.tar.gz
gentoo-1968d85e42382fa4820f6978e116abe091ac4825.tar.bz2
gentoo-1968d85e42382fa4820f6978e116abe091ac4825.zip
sys-libs/glibc: drop -c (--force) flag from localedef
As found out in https://sourceware.org/PR25195 -c/--force makes 'localedef' to ignore all errors. The change drops -c flag and relies on clean run. Reported-by: Chris Slycord Bug: https://bugs.gentoo.org/697908 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-libs/glibc/glibc-9999.ebuild')
-rw-r--r--sys-libs/glibc/glibc-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
index 4ddf0a273219..f5b0f72d19ba 100644
--- a/sys-libs/glibc/glibc-9999.ebuild
+++ b/sys-libs/glibc/glibc-9999.ebuild
@@ -29,7 +29,7 @@ RELEASE_VER=${PV}
GCC_BOOTSTRAP_VER=20180511
# Gentoo patchset
-PATCH_VER=14
+PATCH_VER=15
SRC_URI+=" https://dev.gentoo.org/~slyfox/distfiles/${P}-patches-${PATCH_VER}.tar.xz"
SRC_URI+=" multilib? ( https://dev.gentoo.org/~dilfridge/distfiles/gcc-multilib-bootstrap-${GCC_BOOTSTRAP_VER}.tar.xz )"