aboutsummaryrefslogtreecommitdiffstats
path: root/virtual/man/man-1-r1.ebuild
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-04-19 14:32:50 +0200
committerWynn Wolf Arbor2020-04-19 14:32:50 +0200
commitb2fe1459f03d8927e3def8e8d830478741135857 (patch)
treed0f26ce47640bf2e1e982dcb0309c5849f462cda /virtual/man/man-1-r1.ebuild
parent9153b07d529b874c16f71932f7e21278f2854f1d (diff)
downloadpramantha-b2fe1459f03d8927e3def8e8d830478741135857.tar.gz
virtual/man: Bump to 1-r1
This commit converts virtual/man to EAPI 7 and drops the old sys-apps/man dependency. Package-Manager: Portage-2.3.89, Repoman-2.3.20
Diffstat (limited to '')
-rw-r--r--virtual/man/man-1-r1.ebuild (renamed from virtual/man/man-1.ebuild)10
1 files changed, 2 insertions, 8 deletions
diff --git a/virtual/man/man-1.ebuild b/virtual/man/man-1-r1.ebuild
index 78feed6..5664932 100644
--- a/virtual/man/man-1.ebuild
+++ b/virtual/man/man-1-r1.ebuild
@@ -1,16 +1,10 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=3
+EAPI=7
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 )"
+RDEPEND="|| ( sys-apps/man-db sys-apps/mandoc )"