summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-devel/gcc-config: drop oldSergei Trofimovich2019-08-161-49/+0
| | | | | Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* */*: Remove sparc-fbsd keywordsMichał Górny2018-01-231-2/+2
|
* sys-devel/gcc-config: Fix storing libdir & PV in installed executableMichał Górny2017-12-021-0/+49
Fix the ebuild to pass libdir & PV during src_compile() rather than delaying it until src_install(). This is necessary since the gcc-config executable is created during the compile phase, and there is no reason why make would recreate it during install. As a result, gcc-config was installed with vanilla 'lib' libdir and 'git' version.