commit: 3cf820d6c8b4be880e635acc691423acf55aef9d Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sun Jan 24 11:02:57 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sun Jan 24 11:36:03 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3cf820d6
media-libs/DualContouringSample: cmake-utils --> cmake Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> .../DualContouringSample/DualContouringSample-0_p20191111-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/DualContouringSample/DualContouringSample-0_p20191111-r1.ebuild b/media-libs/DualContouringSample/DualContouringSample-0_p20191111-r1.ebuild index 28fd4d2e5..00eece82f 100644 --- a/media-libs/DualContouringSample/DualContouringSample-0_p20191111-r1.ebuild +++ b/media-libs/DualContouringSample/DualContouringSample-0_p20191111-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils git-r3 +inherit cmake git-r3 DESCRIPTION="A sample Dual Contouring implementation" HOMEPAGE="https://github.com/simoncblyth/DualContouringSample" @@ -25,5 +25,5 @@ src_configure() { -DCMAKE_INSTALL_INCLUDEDIR=include/${PN} ) - cmake-utils_src_configure + cmake_src_configure }
