summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Drop arm-linux keyword from tree.Benda Xu2018-08-311-1/+1
| | | | | | | | "arm-linux" is considered deprecated, unmaintained and easily replaced by "arm". Closes: https://bugs.gentoo.org/664598 Reference: https://archives.gentoo.org/gentoo-dev/message/63bafa051cccd1eb3d2ade16823671fa
* */*: [QA] remove emul-linux-* blockersamynka@gentoo.org2018-04-201-2/+1
| | | | Closes: https://github.com/gentoo/gentoo/pull/8074
* */*: Remove sparc-fbsd keywordsMichał Górny2018-01-231-1/+1
|
* dev-libs/libffi: clarify commentSergei Trofimovich2018-01-061-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libffi: allow includedir= override, bug #643582Sergei Trofimovich2018-01-061-0/+69
It's not a fix for bug #643582 as includes location did not change. But a step towards it. Changes are: - updated to EAPI=6 - backported upstream commit https://github.com/libffi/libffi/commit/982b89c01aca99c7bc229914fc1521f96930919b ("Install public headers in the standard path") - but overrode default location as --includedir=/usr/$(get_libdir)/${P}/include/ to keep python from breaking: bug #643582#c2. Reported-by: William L. Thomson Jr. Bug: https://bugs.gentoo.org/643582 Package-Manager: Portage-2.3.19, Repoman-2.3.6