blob: 56649327d16fbf7b94f5010551d57ca17d4ff69a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Virtual for man"
SLOT="0"
KEYWORDS="amd64 x86"
RDEPEND="|| ( sys-apps/man-db sys-apps/mandoc )"
|