diff options
author | Oliver Freyermuth <o.freyermuth@googlemail.com> | 2022-02-11 00:37:30 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2022-02-11 08:36:21 +0100 |
commit | 57fed5482af762bcaf4e9b0b35adc47752868c8f (patch) | |
tree | 6eb81bfbced45d126dfe9d3a67353d5f06e55852 /sci-physics | |
parent | sci-physics/vmc: Bump version to 2.0. (diff) | |
download | gentoo-57fed5482af762bcaf4e9b0b35adc47752868c8f.tar.gz gentoo-57fed5482af762bcaf4e9b0b35adc47752868c8f.tar.bz2 gentoo-57fed5482af762bcaf4e9b0b35adc47752868c8f.zip |
sci-physics/vmc: Drop travis hack in live ebuild.
Upstream has removed the hardcoded variable
(post-release).
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')
-rw-r--r-- | sci-physics/vmc/vmc-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sci-physics/vmc/vmc-9999.ebuild b/sci-physics/vmc/vmc-9999.ebuild index 3598fb0ec8c0..7e948ba20921 100644 --- a/sci-physics/vmc/vmc-9999.ebuild +++ b/sci-physics/vmc/vmc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -33,8 +33,7 @@ DOCS=(README.md History) src_compile() { cmake_src_compile if use doc; then - # TRAVIS_BUILD_DIR hardcoded in Doxyfile by upstream. - TRAVIS_BUILD_DIR="${S}" doxygen doc/doxygen/Doxyfile || die + doxygen doc/doxygen/Doxyfile || die fi } |