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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 21FC41395E1 for ; Sun, 30 Oct 2016 10:53:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B212221C06D; Sun, 30 Oct 2016 10:53:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8ACC321C06D for ; Sun, 30 Oct 2016 10:53:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8CB093412F9 for ; Sun, 30 Oct 2016 10:53:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 865D3244E for ; Sun, 30 Oct 2016 10:53:01 +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: <1477824772.5faf3098be5e8faad1a899df4027aee930b2d6ab.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.5.ebuild app-admin/eselect/eselect-1.4.6.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: 5faf3098be5e8faad1a899df4027aee930b2d6ab X-VCS-Branch: master Date: Sun, 30 Oct 2016 10:53:01 +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-Archives-Salt: 28096401-a5db-482a-a5e4-4b0d6e99b52a X-Archives-Hash: b09530045899f97c4bf5e3b783444779 commit: 5faf3098be5e8faad1a899df4027aee930b2d6ab Author: Ulrich Müller gentoo org> AuthorDate: Sun Oct 30 10:46:47 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Oct 30 10:52:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5faf3098 Revert "app-admin/eselect: drop old coreutils/realpath deps" sys-apps/coreutils is not in @system on FreeBSD and on some Prefix systems, therefore the any-of-many dependency is needed. This reverts commit 67675405a64afa5bd9ad211891a0fa3fbce4bae3. app-admin/eselect/eselect-1.4.5.ebuild | 7 ++++++- app-admin/eselect/eselect-1.4.6.ebuild | 7 ++++++- app-admin/eselect/eselect-9999.ebuild | 7 ++++++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/app-admin/eselect/eselect-1.4.5.ebuild b/app-admin/eselect/eselect-1.4.5.ebuild index b6e32dc..fa97652 100644 --- a/app-admin/eselect/eselect-1.4.5.ebuild +++ b/app-admin/eselect/eselect-1.4.5.ebuild @@ -15,7 +15,12 @@ SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc emacs vim-syntax" -RDEPEND="sys-apps/sed" +RDEPEND="sys-apps/sed + || ( + sys-apps/coreutils + sys-freebsd/freebsd-bin + app-misc/realpath + )" DEPEND="${RDEPEND} app-arch/xz-utils doc? ( dev-python/docutils )" diff --git a/app-admin/eselect/eselect-1.4.6.ebuild b/app-admin/eselect/eselect-1.4.6.ebuild index 18835fe..11f0e76 100644 --- a/app-admin/eselect/eselect-1.4.6.ebuild +++ b/app-admin/eselect/eselect-1.4.6.ebuild @@ -15,7 +15,12 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc emacs vim-syntax" -RDEPEND="sys-apps/sed" +RDEPEND="sys-apps/sed + || ( + sys-apps/coreutils + sys-freebsd/freebsd-bin + app-misc/realpath + )" DEPEND="${RDEPEND} app-arch/xz-utils doc? ( dev-python/docutils )" diff --git a/app-admin/eselect/eselect-9999.ebuild b/app-admin/eselect/eselect-9999.ebuild index 918b335..0132fc4 100644 --- a/app-admin/eselect/eselect-9999.ebuild +++ b/app-admin/eselect/eselect-9999.ebuild @@ -15,7 +15,12 @@ LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-2.5 )" SLOT="0" IUSE="doc emacs vim-syntax" -RDEPEND="sys-apps/sed" +RDEPEND="sys-apps/sed + || ( + sys-apps/coreutils + sys-freebsd/freebsd-bin + app-misc/realpath + )" DEPEND="${RDEPEND} doc? ( dev-python/docutils )" RDEPEND="${RDEPEND}