summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-21 07:27:54 +0100
committerSam James <sam@gentoo.org>2021-04-21 19:49:28 +0100
commitf18298f720f565331c1d6910130f7e13343da3a6 (patch)
tree78a4692071f775814ee8678f5a3d63b03131ea3b /games-util/qstat/qstat-2.14.ebuild
parentgames-util/gslist: update EAPI 6 -> 7, respect CC (diff)
downloadgentoo-f18298f720f565331c1d6910130f7e13343da3a6.tar.gz
gentoo-f18298f720f565331c1d6910130f7e13343da3a6.tar.bz2
gentoo-f18298f720f565331c1d6910130f7e13343da3a6.zip
games-util/qstat: port to EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-util/qstat/qstat-2.14.ebuild')
-rw-r--r--games-util/qstat/qstat-2.14.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games-util/qstat/qstat-2.14.ebuild b/games-util/qstat/qstat-2.14.ebuild
index c93323374a6e..d7a0d38b8c34 100644
--- a/games-util/qstat/qstat-2.14.ebuild
+++ b/games-util/qstat/qstat-2.14.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit autotools
@@ -37,6 +37,7 @@ src_configure() {
src_install() {
default
dosym qstat /usr/bin/quakestat
+
docinto html
dodoc template/*.html qstatdoc.html
}