diff options
author | Sam James <sam@gentoo.org> | 2021-11-19 08:17:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-19 08:34:00 +0000 |
commit | 5b6132a78409d42b35172669969c9d699b87f789 (patch) | |
tree | 7512b3b2e6832a2ddd6efb55a790e75563b7c483 /app-crypt/rhash | |
parent | dev-util/lcov: add github upstream metadata (diff) | |
download | gentoo-5b6132a78409d42b35172669969c9d699b87f789.tar.gz gentoo-5b6132a78409d42b35172669969c9d699b87f789.tar.bz2 gentoo-5b6132a78409d42b35172669969c9d699b87f789.zip |
app-crypt/rhash: add note re compile-gmo
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/rhash')
-rw-r--r-- | app-crypt/rhash/rhash-1.4.2.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-crypt/rhash/rhash-1.4.2.ebuild b/app-crypt/rhash/rhash-1.4.2.ebuild index 0aea0acab044..95bea74843c5 100644 --- a/app-crypt/rhash/rhash-1.4.2.ebuild +++ b/app-crypt/rhash/rhash-1.4.2.ebuild @@ -70,6 +70,8 @@ multilib_src_configure() { # We would add compile-gmo to the build targets but install-gmo always # recompiles unconditionally. :( +# (note from sam: this might be fixed in >1.4.2? +# https://github.com/rhash/RHash/commit/9e4eeb1268149b24b7fbe0fc0fe91e3a266e6261) multilib_src_install() { # -j1 needed due to race condition. |