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 1092A158094 for ; Sat, 25 Jun 2022 05:36:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B628E0843; Sat, 25 Jun 2022 05:36:34 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E298E0843 for ; Sat, 25 Jun 2022 05:36:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1C060341872 for ; Sat, 25 Jun 2022 05:36:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9824F525 for ; Sat, 25 Jun 2022 05:36:30 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1656135317.5215a121416234b309030e34673b47a6bc9ce6d4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-linux-init/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/s6-linux-init/s6-linux-init-1.0.8.0.ebuild X-VCS-Directories: sys-apps/s6-linux-init/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5215a121416234b309030e34673b47a6bc9ce6d4 X-VCS-Branch: master Date: Sat, 25 Jun 2022 05:36:30 +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: 411c370d-8821-49a0-accd-148b9f8ff2fa X-Archives-Hash: 0c704b8cfb773d17aa0ff97b784f5f5b commit: 5215a121416234b309030e34673b47a6bc9ce6d4 Author: Petr Vaněk atlas cz> AuthorDate: Thu Jun 16 13:41:59 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 25 05:35:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5215a121 sys-apps/s6-linux-init: drop IUSE="static static-libs" Signed-off-by: Petr Vaněk atlas.cz> Signed-off-by: Sam James gentoo.org> sys-apps/s6-linux-init/s6-linux-init-1.0.8.0.ebuild | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/sys-apps/s6-linux-init/s6-linux-init-1.0.8.0.ebuild b/sys-apps/s6-linux-init/s6-linux-init-1.0.8.0.ebuild index 4f9d522eb39b..134f021dac5e 100644 --- a/sys-apps/s6-linux-init/s6-linux-init-1.0.8.0.ebuild +++ b/sys-apps/s6-linux-init/s6-linux-init-1.0.8.0.ebuild @@ -12,13 +12,11 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz" LICENSE="ISC" SLOT="0/$(ver_cut 1-2)" KEYWORDS="~amd64 ~arm ~x86" -IUSE="static static-libs +sysv-utils" +IUSE="+sysv-utils" -REQUIRED_USE="static? ( static-libs )" - -RDEPEND="dev-lang/execline:=[static-libs?] - dev-libs/skalibs:=[static-libs?] - sys-apps/s6:=[execline,static-libs?] +RDEPEND="dev-lang/execline:= + dev-libs/skalibs:= + sys-apps/s6:=[execline] sysv-utils? ( !sys-apps/systemd[sysv-utils] !sys-apps/sysvinit @@ -50,9 +48,8 @@ src_configure() { --with-lib=/usr/$(get_libdir)/skalibs --with-sysdeps=/usr/$(get_libdir)/skalibs --enable-shared - $(use_enable static allstatic) - $(use_enable static static-libc) - $(use_enable static-libs static) + --disable-allstatic + --disable-static-libc ) econf "${myconf[@]}"