From: Mike Gilbert Date: Sat, 7 Mar 2020 21:58:25 +0000 (-0500) Subject: virtual/man: remove providers that no longer exist X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=740db1143c7d5c90467f099c5d4618c772e24b45;p=gentoo.git virtual/man: remove providers that no longer exist Closes: https://bugs.gentoo.org/711768 Package-Manager: Portage-2.3.92_p3, Repoman-2.3.20_p118 Signed-off-by: Mike Gilbert --- diff --git a/virtual/man/man-0-r2.ebuild b/virtual/man/man-0-r3.ebuild similarity index 79% rename from virtual/man/man-0-r2.ebuild rename to virtual/man/man-0-r3.ebuild index 115fe1ef67b4..2cf600243bdb 100644 --- a/virtual/man/man-0-r2.ebuild +++ b/virtual/man/man-0-r3.ebuild @@ -1,15 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="Virtual for man" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~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 - >=sys-freebsd/freebsd-ubin-11.1-r1 - )" +RDEPEND="sys-apps/man-db"