commit:     8afa8b1d4bba8d9960c7862914362d49dc13e40a
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  6 09:07:05 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jan  6 09:07:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8afa8b1d

net-misc/bsdwhois: remove userland_BSD

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-misc/bsdwhois/bsdwhois-1.43.2.1.ebuild | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/net-misc/bsdwhois/bsdwhois-1.43.2.1.ebuild 
b/net-misc/bsdwhois/bsdwhois-1.43.2.1.ebuild
index 2e825ce486c1..4dd7d36625df 100644
--- a/net-misc/bsdwhois/bsdwhois-1.43.2.1.ebuild
+++ b/net-misc/bsdwhois/bsdwhois-1.43.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,6 @@ SRC_URI="http://utenti.gufi.org/~drizzt/codes/${P}.tar.gz";
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
-IUSE="userland_BSD"
 
 PATCHES=(
        "${FILESDIR}/${PN}-1.43.2.1-musl-cdefs.patch"
@@ -19,8 +18,6 @@ PATCHES=(
 src_install() {
        default
 
-       if ! use userland_BSD; then
-               mv "${ED}"/usr/share/man/man1/{whois,bsdwhois}.1 || die
-               mv "${ED}"/usr/bin/{whois,bsdwhois} || die
-       fi
+       mv "${ED}"/usr/share/man/man1/{whois,bsdwhois}.1 || die
+       mv "${ED}"/usr/bin/{whois,bsdwhois} || die
 }

Reply via email to