summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-25 20:12:37 +0100
committerSam James <sam@gentoo.org>2023-06-25 20:16:59 +0100
commit43348efe8ab4717f8de578efba367fa040c5f8db (patch)
treee0c51b243cf0fd3c3f9a5c9abd8a1e5d7d6a4911 /app-crypt/rhash
parentnet-libs/webkit-gtk: destabilize on ppc (diff)
downloadgentoo-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.ebuild2
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() {