blob: 78feed604d3ab55c58a187df4179d583b37c486c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=3
DESCRIPTION="Virtual for man"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
RDEPEND="|| ( sys-apps/man-db sys-apps/man sys-apps/mandoc )"
|