summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* dev-libs/liblist: amd64 stable wrt bug #642276Mikle Kolyada2017-12-271-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/mpc: revert today's changes for 1.0.3 ebuild, bug #642300Sergei Trofimovich2017-12-261-3/+1
| | | | | | | | | | | | | | | | | This change reverts the following changes: commit 0c689de38bcc3b4279aa9e3b09c836e48a237e3d dev-libs/mpc: explicitly regenerate ./configure, noticed by Anarchy commit cdf7f5c37e8a3dfacfbf5fc81a6a2a8ef3b77a9a dev-libs/mpc: fix build failure against mpfr-4.0.0, bug #642300 That way 1.0.3 version will keep failing to build against mpfr-4.0.0 (and prevent users from breaking gcc) and version 1.0.3-r1 will work as expected. Reported-by: Attila Tóth Bug: https://bugs.gentoo.org/642300 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/mpc: remove 'mpfr_add_one_ulp' use, mpfr-4.0.0 fix part 2Sergei Trofimovich2017-12-262-0/+65
| | | | | | | | | | | | | | It's a backport of https://scm.gforge.inria.fr/anonscm/gitweb?p=mpc/mpc.git;a=commitdiff;h=5eaa17651b759c7856a118835802fecbebcf46ad ("replace obsolete mpfr_add_one_ulp/mpfr_sub_one_ulp functions") mpfr-4.0.0 does not provide those functions anymore. Unfortunately 'mpc' does not fail to build against such mpfr but links broken library. One of the hints is usage of undeclared function: mpc-1.0.3/src/mpc-impl.h:63:29: warning: implicit declaration of function ‘mpfr_add_one_ulp’ [-Wimplicit-function-declaration] Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/mpfr: add preserve_old_lib, bug #642316Anthony G. Basile2017-12-261-0/+8
| | | | | | | For people that have FEATURES=-preserve-libs, we don't want the toolchain to break as the so name is bumped from libmpfr.so.4 to libmpfr.so.6. Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/mpc: explicitly regenerate ./configure, noticed by AnarchySergei Trofimovich2017-12-261-1/+2
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/argtable: Drop revision with old EAPIMikle Kolyada2017-12-261-47/+0
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/argtable: amd64/x86 stableMikle Kolyada2017-12-261-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/mpfr: remove dohtml, bug #642314Anthony G. Basile2017-12-261-5/+3
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/mpc: fix build failure against mpfr-4.0.0, bug #642300Sergei Trofimovich2017-12-262-0/+86
| | | | | | | | | | | | | | | | mprf-4.0.0 introduced new 'mpfr_fmma' symbol that collides with mpc's 'mpfr_fmma' symbol. It's a backport of upstream commit https://scm.gforge.inria.fr/anonscm/gitweb?p=mpc/mpc.git;a=commitdiff;h=36a84f43f326de14db888ba07936cc9621c23f19 ("use mpfr_fmma and mpfr_fmms if provided by mpfr") which does the following to mitigate build failure: - rename local symbol to 'mpc_fmma' to avoid collision - reuse mpfr's symbol if that exists Reported-by: Perfect Gentleman Closes: https://bugs.gentoo.org/642300 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/liblist: x86 stable (bug #642276)Thomas Deutschmann2017-12-261-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/mpfr: version bump to 4.0.0Anthony G. Basile2017-12-262-0/+55
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/argtable: EAPI bumpAndreas K. Hüttel2017-12-261-0/+48
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libsass: x86 stable (bug #642238)Thomas Deutschmann2017-12-261-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/tinyxml2: version bump to 6.0.0Tim Harder2017-12-252-0/+24
|
* dev-libs/libbytesize: Added dev-libs/mpfr to RDEPEND.Lars Wendler2017-12-251-0/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/cloog: [QA] Port to git-r3David Seifert2017-12-253-9/+9
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libpqxx: stable 5.1.0 for ppc, bug #641128Sergei Trofimovich2017-12-251-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc"
* dev-libs/libpqxx: stable 5.1.0 for ppc64, bug #641128Sergei Trofimovich2017-12-251-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc64"
* dev-libs/ding-libs: amd64 stableJason Zaman2017-12-251-1/+1
| | | | | Gentoo-bug: 642134 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/capstone: add missing 'setuptools' DEPEND, bug #640266Sergei Trofimovich2017-12-241-1/+3
| | | | | | Reported-by: int80 Closes: https://bugs.gentoo.org/640266 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/expat: stable 2.2.5 for ppc/ppc64, bug #641288Sergei Trofimovich2017-12-241-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc ppc64"
* dev-libs/ding-libs: stable 0.6.0 for hppa, bug #642134Sergei Trofimovich2017-12-241-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="hppa"
* dev-libs/ding-libs: stable 0.6.0 for ia64, bug #642134Sergei Trofimovich2017-12-241-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64"
* dev-libs/npth: keyword for amd64-fbsd.Patrice Clement2017-12-241-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/libunistring: keyword for amd64-fbsd.Patrice Clement2017-12-241-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/libbytesize: add ~arm, bug #641308Markus Meier2017-12-241-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm"
* dev-libs/volume_key: add ~arm, bug #641308Markus Meier2017-12-241-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm"
* dev-libs/ding-libs: stable 0.6.0 for ppc/ppc64, bug #642134Sergei Trofimovich2017-12-241-2/+2
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc ppc64"
* dev-libs/libgcrypt-1.8.1: arm64 stableMart Raudsepp2017-12-241-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="arm64"
* dev-libs/elfutils-0.170-r1: arm64 stableMart Raudsepp2017-12-241-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="arm64"
* dev-libs/libffi-3.2.1: arm64 stableMart Raudsepp2017-12-241-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="arm64"
* dev-libs/gnulib: add new snapshot, fix dosym usageFabian Groffen2017-12-234-2/+46
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/gnulib: marked ~x64-macosFabian Groffen2017-12-231-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/zthread: remove unused patchMichael Mair-Keimberger2017-12-231-45/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/6372
* dev-libs/jsoncpp: Bump to 1.8.4Michał Górny2017-12-222-0/+68
|
* dev-libs/libical: 3.0.1 version bumpAndreas Sturmlechner2017-12-224-4/+135
| | | | | Closes: https://bugs.gentoo.org/641970 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libbytesize: keyworded 1.2-r1 for ia64, bug #641308Sergei Trofimovich2017-12-211-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64"
* dev-libs/volume_key: keyworded 0.3.9 for ia64, bug #641308Sergei Trofimovich2017-12-211-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64"
* dev-libs/libdbusmenu: keyworded 16.04.0 for sparc, bug #627178Rolf Eike Beer2017-12-211-1/+1
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="sparc"
* dev-libs/libcgroup: remove older versionAnthony G. Basile2017-12-211-104/+0
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/libcgroup: bump to EAPI 6Anthony G. Basile2017-12-211-1/+2
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/libcgroup: 0.41-r4 stable on x86Anthony G. Basile2017-12-211-2/+2
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/libmateweather: added ~arm64 keyword.Roy Bamford2017-12-211-1/+1
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-libs/libappindicator: added ~arm64 keyword.Roy Bamford2017-12-211-2/+2
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-libs/libindicator: added ~arm64 keyword.Roy Bamford2017-12-211-2/+2
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-libs/libfmt: 4.1.0 version bumpCraig Andrews2017-12-212-0/+36
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libical: fix libical.pc to prevent overlinkingAlexander Tsoy2017-12-215-0/+192
| | | | | | | | Move pthread and ICU libs to *.private sections in libical.pc. Also fixes absolute paths to ICU libraries. Closes: https://bugs.gentoo.org/599244 Closes: https://github.com/gentoo/gentoo/pull/6582
* dev-libs/expat: stable 2.2.5 for hppa, bug #641288Sergei Trofimovich2017-12-211-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="hppa"
* dev-libs/libusb: arm stable, bug #630342Markus Meier2017-12-211-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm"
* dev-libs/expat: stable 2.2.5 for ia64, bug #641288Sergei Trofimovich2017-12-211-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64"