commit: 740db1143c7d5c90467f099c5d4618c772e24b45 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Mar 7 21:58:25 2020 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Mar 7 21:59:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=740db114
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 <floppym <AT> gentoo.org> virtual/man/{man-0-r2.ebuild => man-0-r3.ebuild} | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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 115fe1ef67b..2cf600243bd 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"