diff options
Diffstat (limited to 'games-util/qstat/qstat-2.14.ebuild')
-rw-r--r-- | games-util/qstat/qstat-2.14.ebuild | 3 |
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 } |