summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2020-03-07 16:58:25 -0500
committerMike Gilbert <floppym@gentoo.org>2020-03-07 16:59:07 -0500
commit740db1143c7d5c90467f099c5d4618c772e24b45 (patch)
tree65e7b0790b39cd4d0a49ad793bf060d7d2c7c813 /virtual/man/man-0-r3.ebuild
parentsys-apps/man: remove package (diff)
downloadgentoo-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/man/man-0-r3.ebuild')
-rw-r--r--virtual/man/man-0-r3.ebuild10
1 files changed, 10 insertions, 0 deletions
diff --git a/virtual/man/man-0-r3.ebuild b/virtual/man/man-0-r3.ebuild
new file mode 100644
index 000000000000..2cf600243bdb
--- /dev/null
+++ b/virtual/man/man-0-r3.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+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"