summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-libs/glibc: add ~riscv for 2.30 and aboveSergei Trofimovich2019-10-192-2/+2
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/glibc: drop oldSergei Trofimovich2019-10-193-2962/+0
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/glibc: update 2.29 branch to EAPI=7Sergei Trofimovich2019-10-191-0/+1479
| | | | | | | Main goal is to backport selective stripping. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/glibc: update 2.30 branch to EAPI=7Sergei Trofimovich2019-10-191-0/+1491
| | | | | | | Main goal is to backport selective stripping. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/glibc: avoid RESTRICT=strip and use 'dostrip -x /'Sergei Trofimovich2019-10-181-2/+1
| | | | | | | | | | | | | | RESTRICT=strip + 'dostrip /' does not have a desired effect of enabling (possibly selective) stripping in portage: https://bugs.gentoo.org/697960 Workaround it by using 'if foo && dostrip -x /' instead of RESTRICT=strip + 'if foo || dostrip /'. Reported-by: Arfrever Frehtes Taifersar Arahesis Fixed-by: Arfrever Frehtes Taifersar Arahesis Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/glibc: restore strip quirk for 'libpthread.so.0'Sergei Trofimovich2019-10-1812-36/+270
| | | | | | | | | | | | | | | | | | | | | This change effectively reverts commit e14229b10b513a ("sys-libs/glibc: drop prepallstrip, bug #587296") gdb still relies on libpthread being unstripped. See https://bugs.gentoo.org/697910 for details and reproducer. Also see ebuild note that explains indirect mechanics of how glibc relies on gdb's ability to traverse local symbols. In EAPI=7 ebuilds (glibc-9999) we do selective stripping. Reported-by: Minux Closes: https://bugs.gentoo.org/697910 Bug: https://bugs.gentoo.org/587296 Bug: https://bugs.gentoo.org/46186 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/timezone-data: bump to v2019cThomas Deutschmann2019-10-172-0/+180
| | | | | Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-libs/timezone-data: drop oldThomas Deutschmann2019-10-171-178/+0
| | | | | Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-libs/timezone-data: move stable keywordsThomas Deutschmann2019-10-171-1/+1
| | | | | Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-libs/fts-standalone: add ~arm64 keywordJory Pratt2019-10-161-2/+2
| | | | | Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
* sys-libs/musl-nscd: bump to 1.0.2Petr Vaněk2019-10-152-0/+43
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* sys-libs/musl-nscd: EAPI=7, resolve prestripped binariesPetr Vaněk2019-10-151-5/+18
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* sys-libs/tevent: Removed oldLars Wendler2019-10-152-57/+0
| | | | | Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-libs/tevent: Bump to version 0.10.1Lars Wendler2019-10-152-0/+73
| | | | | Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-libs/musl: Version bump to 1.1.24Jory Pratt2019-10-142-0/+125
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
* sys-libs/readline: Introduced "unicode" USE flag in stable as wellLars Wendler2019-10-141-3/+3
| | | | | | Bug: https://bugs.gentoo.org/669214 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-libs/readline: Introduced "unicode" USE flagLars Wendler2019-10-141-0/+175
| | | | | | | | | | in order to avoid linking against libtinfo _and_ libtinfow in some applications. Thanks-to: Sergei Trofimovich <slyfox@gentoo.org> Closes: https://bugs.gentoo.org/669214 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-libs/glibc: disable stripping for cross-glibcSergei Trofimovich2019-10-1412-0/+36
| | | | | | | | | | | | | | | | | | commit e14229b10b513a164f8379ff14cc8c644c071f27 dropped special stripping and relied on standard ${CHOST}-strip. Unfortunately one special case wa missing: cross-*/glibc ebuilds use ${CTARGET} as a target and are installed into the host. That causes ${CHOST}-strip to be called on ${CTARGET} binaries. If multitarget is not enabled strip either breaks such bianries or makes them untouched. Disable tripping until we migrated off off cross-*/glibc ebuilds. Reported-by: Johannes Geiss Closes: https://bugs.gentoo.org/697428 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/libchipcard: 5.1.3_beta version bump w/o keywordsAndreas Sturmlechner2019-10-132-0/+53
| | | | | | | | Pre-release version. Bug: https://bugs.gentoo.org/692732 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sys-libs/gwenhywfar: 4.99.22_rc6 version bump w/o keywordsAndreas Sturmlechner2019-10-132-0/+117
| | | | | | | | Pre-release version. Bug: https://bugs.gentoo.org/692732 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sys-libs/libmath++: Remove last-rited pkgMichał Górny2019-10-133-55/+0
| | | | | Closes: https://bugs.gentoo.org/694260 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/rvm: Remove last-rited pkgMichał Górny2019-10-133-25/+0
| | | | | Closes: https://bugs.gentoo.org/694260 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/system-config-base: Remove last-rited pkgMichał Górny2019-10-134-65/+0
| | | | | Closes: https://bugs.gentoo.org/694260 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/gwenhywfar: Drop 4.20.2 (r0)Andreas Sturmlechner2019-10-131-109/+0
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sys-libs/gwenhywfar: Fix DEPEND (no USE test in RDEPEND)Andreas Sturmlechner2019-10-131-6/+7
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sys-libs/gwenhywfar: block <app-office/gnucash-3.7[aqbanking]Peter Levine2019-10-131-0/+112
| | | | | | | | | | | <app-office/gnucash-3.7[aqbanking] unfortunately provided its own libgwengui-gtk3.so which conflicts with that provided by sys-libs/gwenhywfar[gtk]. Closes: https://bugs.gentoo.org/695386 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sys-libs/glibc: allow glibc dongrade on I_ALLOW_TO_BREAK_MY_SYSTEMSergei Trofimovich2019-10-124-4/+4
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/glibc: restore used glibc-2.19-ia64-gcc-4.8-reloc-hack.patchSergei Trofimovich2019-10-121-0/+32
| | | | | | glibc-2.19-ia64-gcc-4.8-reloc-hack.patch is used at least by glibc-2.24 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/libcap: migrate to sys-libs/pamMikle Kolyada2019-10-122-2/+2
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* sys-libs/system-config-base: migrate to sys-libs/pamMikle Kolyada2019-10-121-2/+2
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* */*: reassign packages from bsd@g.oMichał Górny2019-10-122-8/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libomp: Upstream is now at 9.0.1Michał Górny2019-10-121-0/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxx: Upstream is now at 9.0.1Michał Górny2019-10-121-0/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxxabi: Upstream is now at 9.0.1Michał Górny2019-10-121-0/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/llvm-libunwind: Upstream is now at 9.0.1Michał Górny2019-10-121-0/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/compiler-rt-sanitizers: Upstream is now at 9.0.1Michał Górny2019-10-121-0/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/compiler-rt: Upstream is now at 9.0.1Michał Górny2019-10-121-0/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libomp: Drop redundant 8.0.0Michał Górny2019-10-112-116/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxx: Drop redundant 8.0.0Michał Górny2019-10-112-216/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxxabi: Drop redundant 8.0.0Michał Górny2019-10-112-121/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/llvm-libunwind: Drop redundant 8.0.0Michał Górny2019-10-112-146/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/compiler-rt-sanitizers: Drop redundant 8.0.0Michał Górny2019-10-112-173/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/compiler-rt: Drop redundant 8.0.0Michał Górny2019-10-112-110/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs: Remove *-fbsd KEYWORDSMichał Górny2019-10-11117-117/+117
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libunwind: unkeyword riscvGöktürk Yüksek2019-10-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | There doesn't seem to be any official support for RISC-V yet. The build fails with: checking for ELF helper width... configure: error: Unknown ELF target: riscv64 The git HEAD (commit a36ec8cfdb8764e4f8bf6b16a149a60ea6ad038d) doesn't seem to provide support for RISC-V either: AC_MSG_CHECKING([for ELF helper width]) case "${target_arch}" in (arm|hppa|ppc32|x86|sh) use_elf32=yes; AC_MSG_RESULT([32]);; (aarch64|ia64|ppc64|x86_64|s390x|tilegx) use_elf64=yes; AC_MSG_RESULT([64]);; (mips) use_elfxx=yes; AC_MSG_RESULT([xx]);; *) AC_MSG_ERROR([Unknown ELF target: ${target_arch}]) esac This reverts commit 9037f242c1d5941a57612f6b617cc74b761e6896. Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* sys-libs/lrmi: Remove last-rited pkgMichał Górny2019-10-105-94/+0
| | | | | Closes: https://bugs.gentoo.org/693936 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libblockdev: Fixed build with USE="gtk-doc"Lars Wendler2019-10-093-3/+3
| | | | | | Closes: https://bugs.gentoo.org/697088 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-libs/readline: Remove slot :4 & :5David Seifert2019-10-073-150/+0
| | | | | | | | | | * There are no binary packages that depend on these binary ABI compat SLOTs. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13188 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-libs/e2fsprogs-libs: arm64 stable (bug #695522)Aaron Bauman2019-10-061-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.76, Repoman-2.3.17
* sys-libs/kpmcore: bump version to 4.0.1Andrius Štikonas2019-10-062-0/+38
| | | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Andrius Štikonas <andrius@stikonas.eu> Closes: https://github.com/gentoo/gentoo/pull/13190 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>