summaryrefslogtreecommitdiff
path: root/sci-physics/vgm/vgm-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /sci-physics/vgm/vgm-9999.ebuild
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'sci-physics/vgm/vgm-9999.ebuild')
-rw-r--r--sci-physics/vgm/vgm-9999.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/sci-physics/vgm/vgm-9999.ebuild b/sci-physics/vgm/vgm-9999.ebuild
index a2b21203209d..fdf095918a01 100644
--- a/sci-physics/vgm/vgm-9999.ebuild
+++ b/sci-physics/vgm/vgm-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit cmake
@@ -40,10 +40,8 @@ RESTRICT="
DOCS=(
doc/README
- doc/todo.txt
doc/VGMhistory.txt
- doc/VGM.html
- doc/VGMversions.html
+ doc/todo.txt
)
src_configure() {
@@ -66,8 +64,7 @@ src_configure() {
src_compile() {
cmake_src_compile
if use doc; then
- cd packages
- doxygen || die
+ doxygen packages/Doxyfile || die
fi
}