aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-24 12:02:57 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-24 12:36:03 +0100
commit3cf820d6c8b4be880e635acc691423acf55aef9d (patch)
tree1cb34f3f7e9cec6241b82e24b4c22b12406795a4 /media-libs
parentsci-libs/miopen: quote variable (diff)
downloadsci-3cf820d6c8b4be880e635acc691423acf55aef9d.tar.gz
sci-3cf820d6c8b4be880e635acc691423acf55aef9d.tar.bz2
sci-3cf820d6c8b4be880e635acc691423acf55aef9d.zip
media-libs/DualContouringSample: cmake-utils --> cmake
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/DualContouringSample/DualContouringSample-0_p20191111-r1.ebuild6
1 files 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
}