diff options
author | Mike Gilbert <floppym@gentoo.org> | 2020-03-07 16:58:25 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-03-07 16:59:07 -0500 |
commit | 740db1143c7d5c90467f099c5d4618c772e24b45 (patch) | |
tree | 65e7b0790b39cd4d0a49ad793bf060d7d2c7c813 /virtual | |
parent | sys-apps/man: remove package (diff) | |
download | gentoo-740db1143c7d5c90467f099c5d4618c772e24b45.tar.gz gentoo-740db1143c7d5c90467f099c5d4618c772e24b45.tar.bz2 gentoo-740db1143c7d5c90467f099c5d4618c772e24b45.zip |
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@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/man/man-0-r3.ebuild (renamed from virtual/man/man-0-r2.ebuild) | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/virtual/man/man-0-r2.ebuild b/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" |