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 4F8F1158041 for ; Mon, 1 Apr 2024 04:19:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84C97E2A0B; Mon, 1 Apr 2024 04:19:18 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61CCCE2A0B for ; Mon, 1 Apr 2024 04:19:18 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9BD6F3431B3 for ; Mon, 1 Apr 2024 04:19:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3370414E4 for ; Mon, 1 Apr 2024 04:19:16 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1711945144.44af1dfaf3867bf10d7858ffd5903e45c9600d17.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/openrc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/openrc/openrc-9999.ebuild X-VCS-Directories: sys-apps/openrc/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 44af1dfaf3867bf10d7858ffd5903e45c9600d17 X-VCS-Branch: master Date: Mon, 1 Apr 2024 04:19:16 +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: 704c615c-2729-45a1-9b7b-f3a5bb3e8b73 X-Archives-Hash: 9c6fedf6af53f943225a145f9447ebed commit: 44af1dfaf3867bf10d7858ffd5903e45c9600d17 Author: William Hubbs gentoo org> AuthorDate: Mon Apr 1 04:17:47 2024 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Apr 1 04:19:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44af1dfa sys-apps/openrc: drop ncurses dependency from live ebuild Signed-off-by: William Hubbs gentoo.org> sys-apps/openrc/openrc-9999.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild index b81bd00d2247..931bff079adb 100644 --- a/sys-apps/openrc/openrc-9999.ebuild +++ b/sys-apps/openrc/openrc-9999.ebuild @@ -18,10 +18,9 @@ fi LICENSE="BSD-2" SLOT="0" -IUSE="audit bash debug ncurses pam newnet +netifrc selinux s6 +sysvinit sysv-utils unicode" +IUSE="audit bash debug pam newnet +netifrc selinux s6 +sysvinit sysv-utils unicode" COMMON_DEPEND=" - ncurses? ( sys-libs/ncurses:0= ) pam? ( sys-libs/pam ) audit? ( sys-process/audit ) sys-process/psmisc @@ -30,8 +29,7 @@ COMMON_DEPEND=" >=sys-libs/libselinux-2.6 )" DEPEND="${COMMON_DEPEND} - virtual/os-headers - ncurses? ( virtual/pkgconfig )" + virtual/os-headers" RDEPEND="${COMMON_DEPEND} bash? ( app-shells/bash ) sysv-utils? ( @@ -62,7 +60,6 @@ src_configure() { -Drootprefix="${EPREFIX}" -Dshell=$(usex bash /bin/bash /bin/sh) $(meson_use sysv-utils sysvinit) - -Dtermcap=$(usev ncurses) ) # export DEBUG=$(usev debug) meson_src_configure