summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-crypt/rhash: Drop macos prefix keywords from 1.3.6James Le Cuirot2018-03-251-1/+1
| | | | | | | | It doesn't handle Darwin as an explicitly stated target. This will be fixed in the next release. Bug: https://bugs.gentoo.org/651334 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* app-crypt/rhash: Remove *-fbsd keywords from 1.3.6-r1Michał Górny2018-03-241-1/+1
| | | | Bug: https://bugs.gentoo.org/651334
* app-crypt/rhash: pass --target=${CHOST} to configureMarty E. Plummer2018-03-221-2/+4
| | | | | | | | | | Without this change, app-crypt/rhash when built with a mingw-w64 crossdev toolchain ends up with the various rhash binaries being PE32 binaries without an '*.exe' extension and librhash having a '*.so' extension, also a PE32 library, and no import library ('*.dll.a'). Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7548
* app-crypt/rhash: Fix missing headers and dash issueJames Le Cuirot2018-03-191-0/+71
I swear it installed the headers without this line at least some of the time. Yay for custom build systems. Closes: https://bugs.gentoo.org/650840 Package-Manager: Portage-2.3.24, Repoman-2.3.6