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 7A07E15806E for ; Mon, 29 May 2023 00:25:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B097EE0848; Mon, 29 May 2023 00:25:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 6EC5CE0845 for ; Mon, 29 May 2023 00:25:16 +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 66EBF340E8D for ; Mon, 29 May 2023 00:25:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7175A67 for ; Mon, 29 May 2023 00:25:13 +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: <1685319694.021067d14cb7b5c72b2361570dcb50c41ec7f25b.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netifrc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/netifrc/netifrc-9999.ebuild X-VCS-Directories: net-misc/netifrc/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 021067d14cb7b5c72b2361570dcb50c41ec7f25b X-VCS-Branch: master Date: Mon, 29 May 2023 00:25:13 +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: cab2321c-3aa6-42d4-acf5-92371bd8f72a X-Archives-Hash: 164dec4845af3d9e4a6c34e97ad43621 commit: 021067d14cb7b5c72b2361570dcb50c41ec7f25b Author: Mike Gilbert gentoo org> AuthorDate: Mon May 29 00:21:34 2023 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon May 29 00:21:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=021067d1 net-misc/netifrc: sync live ebuild Signed-off-by: Mike Gilbert gentoo.org> net-misc/netifrc/netifrc-9999.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net-misc/netifrc/netifrc-9999.ebuild b/net-misc/netifrc/netifrc-9999.ebuild index b9264c7f7cf7..67e26c8b1ccf 100644 --- a/net-misc/netifrc/netifrc-9999.ebuild +++ b/net-misc/netifrc/netifrc-9999.ebuild @@ -14,15 +14,16 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi LICENSE="BSD-2" SLOT="0" -IUSE="" +IUSE="+dhcp" RDEPEND="sys-apps/gentoo-functions - >=sys-apps/openrc-0.15" + >=sys-apps/openrc-0.15 + dhcp? ( || ( net-misc/dhcpcd net-misc/dhcp[client] ) )" BDEPEND="kernel_linux? ( virtual/pkgconfig )" src_prepare() {