diff options
author | Sam James <sam@gentoo.org> | 2023-06-25 20:12:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-25 20:16:59 +0100 |
commit | 43348efe8ab4717f8de578efba367fa040c5f8db (patch) | |
tree | e0c51b243cf0fd3c3f9a5c9abd8a1e5d7d6a4911 /app-crypt/rhash | |
parent | net-libs/webkit-gtk: destabilize on ppc (diff) | |
download | gentoo-43348efe8ab4717f8de578efba367fa040c5f8db.tar.gz gentoo-43348efe8ab4717f8de578efba367fa040c5f8db.tar.bz2 gentoo-43348efe8ab4717f8de578efba367fa040c5f8db.zip |
app-crypt/rhash: drop kernel_Winnt cruft
Support is already gone.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/rhash')
-rw-r--r-- | app-crypt/rhash/rhash-1.4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/rhash/rhash-1.4.3.ebuild b/app-crypt/rhash/rhash-1.4.3.ebuild index f466b436e267..b7b11fc50fbd 100644 --- a/app-crypt/rhash/rhash-1.4.3.ebuild +++ b/app-crypt/rhash/rhash-1.4.3.ebuild @@ -81,7 +81,7 @@ multilib_src_install() { emake DESTDIR="${D}" -j1 \ install{,-lib-headers,-pkg-config} \ $(multilib_is_native_abi && use nls && echo install-gmo) \ - $(use kernel_Winnt || echo install-lib-so-link) + install-lib-so-link } multilib_src_test() { |