diff options
author | David Seifert <soap@gentoo.org> | 2022-01-06 10:07:05 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-06 10:07:05 +0100 |
commit | 8afa8b1d4bba8d9960c7862914362d49dc13e40a (patch) | |
tree | e0ddea7165e898b79917f59183aa0e58a56b4c6f /net-misc/bsdwhois | |
parent | net-mail/courier-imap: remove userland_GNU (diff) | |
download | gentoo-8afa8b1d4bba8d9960c7862914362d49dc13e40a.tar.gz gentoo-8afa8b1d4bba8d9960c7862914362d49dc13e40a.tar.bz2 gentoo-8afa8b1d4bba8d9960c7862914362d49dc13e40a.zip |
net-misc/bsdwhois: remove userland_BSD
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-misc/bsdwhois')
-rw-r--r-- | net-misc/bsdwhois/bsdwhois-1.43.2.1.ebuild | 9 |
1 files 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 } |