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 10190158015 for ; Sat, 23 Dec 2023 05:38:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D25F2BC013; Sat, 23 Dec 2023 05:38:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D4FD12BC013 for ; Sat, 23 Dec 2023 05:38:32 +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 13C9E340813 for ; Sat, 23 Dec 2023 05:38:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7434F9C4 for ; Sat, 23 Dec 2023 05:38:30 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1703309830.077a5e92894624e8af08d24c7ceb38883b1449e1.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/eselect/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/eselect/eselect-1.4.26-r1.ebuild app-admin/eselect/eselect-1.4.27-r1.ebuild app-admin/eselect/eselect-9999.ebuild X-VCS-Directories: app-admin/eselect/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 077a5e92894624e8af08d24c7ceb38883b1449e1 X-VCS-Branch: master Date: Sat, 23 Dec 2023 05:38: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: 71ac19d7-29f3-44db-8770-aeb8a7a9d527 X-Archives-Hash: c4131eef4ba3878d93d975c18f544384 commit: 077a5e92894624e8af08d24c7ceb38883b1449e1 Author: Ulrich Müller gentoo org> AuthorDate: Sat Dec 23 05:37:10 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Dec 23 05:37:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=077a5e92 app-admin/eselect: Add a comment Signed-off-by: Ulrich Müller gentoo.org> app-admin/eselect/eselect-1.4.26-r1.ebuild | 5 +++-- app-admin/eselect/eselect-1.4.27-r1.ebuild | 5 +++-- app-admin/eselect/eselect-9999.ebuild | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/app-admin/eselect/eselect-1.4.26-r1.ebuild b/app-admin/eselect/eselect-1.4.26-r1.ebuild index 0017b6b54461..7651d332b72a 100644 --- a/app-admin/eselect/eselect-1.4.26-r1.ebuild +++ b/app-admin/eselect/eselect-1.4.26-r1.ebuild @@ -19,8 +19,9 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="doc emacs vim-syntax" -DEPEND="sys-apps/sed - sys-apps/coreutils" +# coreutils for realpath +DEPEND="sys-apps/coreutils + sys-apps/sed" RDEPEND="${DEPEND} sys-apps/file sys-libs/ncurses:0" diff --git a/app-admin/eselect/eselect-1.4.27-r1.ebuild b/app-admin/eselect/eselect-1.4.27-r1.ebuild index 1ab16c235f36..7591adecec8d 100644 --- a/app-admin/eselect/eselect-1.4.27-r1.ebuild +++ b/app-admin/eselect/eselect-1.4.27-r1.ebuild @@ -19,8 +19,9 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="doc emacs vim-syntax" -DEPEND="sys-apps/sed - sys-apps/coreutils" +# coreutils for realpath +DEPEND="sys-apps/coreutils + sys-apps/sed" RDEPEND="${DEPEND} sys-apps/file sys-libs/ncurses:0" diff --git a/app-admin/eselect/eselect-9999.ebuild b/app-admin/eselect/eselect-9999.ebuild index c80845e9cc7a..6c2f3d7252b2 100644 --- a/app-admin/eselect/eselect-9999.ebuild +++ b/app-admin/eselect/eselect-9999.ebuild @@ -14,8 +14,9 @@ LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-4.0 )" SLOT="0" IUSE="doc emacs vim-syntax" -DEPEND="sys-apps/sed - sys-apps/coreutils" +# coreutils for realpath +DEPEND="sys-apps/coreutils + sys-apps/sed" RDEPEND="${DEPEND} sys-apps/file sys-libs/ncurses:0"