From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1131706-garchives=archives.gentoo.org@lists.gentoo.org>
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 24AD2138334
	for <garchives@archives.gentoo.org>; Wed, 18 Dec 2019 05:30:42 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2A981E08A6;
	Wed, 18 Dec 2019 05:30:41 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 87ACFE08A6
	for <gentoo-commits@lists.gentoo.org>; Wed, 18 Dec 2019 05:30: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 E350F34D4E3
	for <gentoo-commits@lists.gentoo.org>; Wed, 18 Dec 2019 05:30:38 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 64D43720
	for <gentoo-commits@lists.gentoo.org>; Wed, 18 Dec 2019 05:30:36 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
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" <ulm@gentoo.org>
Message-ID: <1576646978.251e2aa8f139d515b6c0c7d305cc6f751c5614a2.ulm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/procps/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-process/procps/procps-3.3.16.ebuild
X-VCS-Directories: sys-process/procps/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 251e2aa8f139d515b6c0c7d305cc6f751c5614a2
X-VCS-Branch: master
Date: Wed, 18 Dec 2019 05:30:36 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: fa9e63a9-3cd2-4e56-9691-2a90fea4c9ab
X-Archives-Hash: a2a673f2cac32b19cc72918fc332138e

commit:     251e2aa8f139d515b6c0c7d305cc6f751c5614a2
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 18 05:29:38 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 18 05:29:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=251e2aa8

sys-process/procps: Block against old app-i18n/man-pages-{de,pl}.

Because of file collisions for the free.1 and uptime.1 man pages.

Bug: https://bugs.gentoo.org/702276
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 sys-process/procps/procps-3.3.16.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-process/procps/procps-3.3.16.ebuild b/sys-process/procps/procps-3.3.16.ebuild
index 682da81bfcf..5938d58d4a0 100644
--- a/sys-process/procps/procps-3.3.16.ebuild
+++ b/sys-process/procps/procps-3.3.16.ebuild
@@ -32,6 +32,8 @@ RDEPEND="
 		!sys-apps/coreutils[kill]
 		!sys-apps/util-linux[kill]
 	)
+	!<app-i18n/man-pages-de-2.12-r1
+	!<app-i18n/man-pages-pl-0.7-r1
 	!<sys-apps/sysvinit-2.88-r6
 "