diff options
author | Oliver Freyermuth <o.freyermuth@googlemail.com> | 2022-02-11 00:50:36 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2022-02-11 08:36:20 +0100 |
commit | 18c90efb4e18e520eede41ea5d2ece5e9978b254 (patch) | |
tree | ce34c47a4d25be67ac5f301a2504be90cce53c49 /sci-physics/vgm | |
parent | sci-physics/vgm: Bump version to 5.0. (diff) | |
download | gentoo-18c90efb4e18e520eede41ea5d2ece5e9978b254.tar.gz gentoo-18c90efb4e18e520eede41ea5d2ece5e9978b254.tar.bz2 gentoo-18c90efb4e18e520eede41ea5d2ece5e9978b254.zip |
sci-physics/vgm: Update live ebuild.
Adapt to new documentation handling upstream,
bump EAPI.
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics/vgm')
-rw-r--r-- | sci-physics/vgm/vgm-9999.ebuild | 11 |
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 } |