From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 39955158089 for ; Sun, 10 Sep 2023 17:04:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2405E2BC023; Sun, 10 Sep 2023 17:04:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1096E2BC023 for ; Sun, 10 Sep 2023 17:04:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FB75335C9F for ; Sun, 10 Sep 2023 17:04:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F1FE113E for ; Sun, 10 Sep 2023 17:04:52 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1694365489.f14f1778990a9482872017e18c4e25e8adfe8124.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/inetutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/inetutils/inetutils-2.4.ebuild X-VCS-Directories: net-misc/inetutils/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: f14f1778990a9482872017e18c4e25e8adfe8124 X-VCS-Branch: master Date: Sun, 10 Sep 2023 17:04:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1ab469bd-93ce-414d-a258-e74afa899c4e X-Archives-Hash: 79d7f884603fc885f3e56dd4e7a21d92 commit: f14f1778990a9482872017e18c4e25e8adfe8124 Author: Mike Gilbert gentoo org> AuthorDate: Sun Sep 10 17:00:49 2023 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Sep 10 17:04:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f14f1778 net-misc/inetutils: drop REQUIRED_USE If the user really just wants the info page, let them have it. Signed-off-by: Mike Gilbert gentoo.org> net-misc/inetutils/inetutils-2.4.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/net-misc/inetutils/inetutils-2.4.ebuild b/net-misc/inetutils/inetutils-2.4.ebuild index 9d0f0cfa8c4a..e7e723de8d59 100644 --- a/net-misc/inetutils/inetutils-2.4.ebuild +++ b/net-misc/inetutils/inetutils-2.4.ebuild @@ -17,7 +17,6 @@ SERVERS="ftpd inetd rexecd rlogind rshd syslogd talkd telnetd tftpd uucpd" CLIENTS="ftp dnsdomainname hostname ping ping6 rcp rexec rlogin rsh logger telnet tftp whois ifconfig traceroute" PROGRAMS="${SERVERS} ${CLIENTS}" IUSE="idn kerberos pam tcpd ${PROGRAMS}" -REQUIRED_USE="|| ( ${PROGRAMS} )" DEPEND=" sys-libs/readline:0=