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 28032138334 for ; Tue, 22 Jan 2019 19:05:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB5C0E0928; Tue, 22 Jan 2019 19:05:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C0E2BE0928 for ; Tue, 22 Jan 2019 19:05:05 +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 C0CC3335CFD for ; Tue, 22 Jan 2019 19:05:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE81651E for ; Tue, 22 Jan 2019 19:05:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1548183895.bee18d935c22e885b36b27df00dd031bfbf3c769.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/man/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/man/man-0-r1.ebuild virtual/man/man-0-r2.ebuild X-VCS-Directories: virtual/man/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bee18d935c22e885b36b27df00dd031bfbf3c769 X-VCS-Branch: master Date: Tue, 22 Jan 2019 19:05: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 40f6af94-b1a0-462c-81a1-fc7a471323cb X-Archives-Hash: 2469c44482f39c2c1c104cfed3fd6d38 commit: bee18d935c22e885b36b27df00dd031bfbf3c769 Author: Michał Górny gentoo org> AuthorDate: Tue Jan 22 16:35:46 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jan 22 19:04:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee18d93 virtual/man: Add new sys-freebsd/freebsd-ubin as man provider Signed-off-by: Michał Górny gentoo.org> virtual/man/{man-0-r1.ebuild => man-0-r2.ebuild} | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/virtual/man/man-0-r1.ebuild b/virtual/man/man-0-r2.ebuild similarity index 81% rename from virtual/man/man-0-r1.ebuild rename to virtual/man/man-0-r2.ebuild index f3ec248a917..3f7d562cae5 100644 --- a/virtual/man/man-0-r1.ebuild +++ b/virtual/man/man-0-r2.ebuild @@ -7,4 +7,9 @@ DESCRIPTION="Virtual for man" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -RDEPEND="|| ( sys-apps/man-db sys-apps/man )" +RDEPEND=" + || ( + sys-apps/man-db + sys-apps/man + >=sys-freebsd/freebsd-ubin-11.1-r1 + )"