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 95FEC1382C5 for ; Sun, 7 Feb 2021 17:01:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB6AEE0848; Sun, 7 Feb 2021 17:01:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1122E0848 for ; Sun, 7 Feb 2021 17:01:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 256353438EF for ; Sun, 7 Feb 2021 17:01:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 787A554 for ; Sun, 7 Feb 2021 17:01:36 +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: <1612717285.8ef8d52849bbaa1a4973f2c601d3e41fa90096be.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/psmisc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/psmisc/psmisc-23.4.ebuild X-VCS-Directories: sys-process/psmisc/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 8ef8d52849bbaa1a4973f2c601d3e41fa90096be X-VCS-Branch: master Date: Sun, 7 Feb 2021 17:01:36 +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: 278e4e85-5ae2-4a0d-a36a-88103ee21d34 X-Archives-Hash: 0c7dcf1fc736c1b8f6bcb8f3b82693a3 commit: 8ef8d52849bbaa1a4973f2c601d3e41fa90096be Author: Ulrich Müller gentoo org> AuthorDate: Sun Feb 7 16:11:40 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Feb 7 17:01:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef8d528 sys-process/psmisc: Block against app-i18n/man-pages-l10n-4.0.0 Bug: https://bugs.gentoo.org/769002 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Ulrich Müller gentoo.org> sys-process/psmisc/psmisc-23.4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-process/psmisc/psmisc-23.4.ebuild b/sys-process/psmisc/psmisc-23.4.ebuild index 9724f8dfb31..70bf7153aa5 100644 --- a/sys-process/psmisc/psmisc-23.4.ebuild +++ b/sys-process/psmisc/psmisc-23.4.ebuild @@ -12,7 +12,8 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="ipv6 nls selinux X" -RDEPEND=">=sys-libs/ncurses-5.7-r7:0= +RDEPEND="!=app-i18n/man-pages-l10n-4.0.0-r0 + >=sys-libs/ncurses-5.7-r7:0= nls? ( virtual/libintl ) selinux? ( sys-libs/libselinux )" DEPEND="${RDEPEND}"