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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 507BA15800C for ; Thu, 29 Dec 2022 04:19:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 236FDE07C9; Thu, 29 Dec 2022 04:19:17 +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 0336BE07C9 for ; Thu, 29 Dec 2022 04:19: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 B880A340D2A for ; Thu, 29 Dec 2022 04:19:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05BEE4C8 for ; Thu, 29 Dec 2022 04:19:14 +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: <1672287415.bdfbc6b12be8b6a186f27adc63308b93edac9c7b.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-alternatives/sh/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-alternatives/sh/sh-0.ebuild X-VCS-Directories: app-alternatives/sh/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: bdfbc6b12be8b6a186f27adc63308b93edac9c7b X-VCS-Branch: master Date: Thu, 29 Dec 2022 04:19:14 +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: aafc1614-09e2-4871-9aa8-1fa9cdade60f X-Archives-Hash: 313de116066723f06be8c5bc6360cfc0 commit: bdfbc6b12be8b6a186f27adc63308b93edac9c7b Author: Mike Gilbert gentoo org> AuthorDate: Thu Dec 29 04:15:43 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Dec 29 04:16:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdfbc6b1 app-alternatives/sh: change eselect-sh blocker from hard to soft Since app-alternatives/sh was added to @system, this will allow for an automatic replacement. Signed-off-by: Mike Gilbert gentoo.org> app-alternatives/sh/sh-0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-alternatives/sh/sh-0.ebuild b/app-alternatives/sh/sh-0.ebuild index 682533efb3bf..f51bc5622d0c 100644 --- a/app-alternatives/sh/sh-0.ebuild +++ b/app-alternatives/sh/sh-0.ebuild @@ -18,7 +18,7 @@ DESCRIPTION="/bin/sh (POSIX shell) symlink" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND=" - !!app-eselect/eselect-sh + !app-eselect/eselect-sh " pkg_setup() {