commit: 7ab11385b9bc354b9b15b28770b9dafbad5dc4b5
parent 7a80ba52c7830b4dfad5a2d862c1d07119ceb22a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 3 Jul 2022 08:49:34 +0200
media-libs/freeglut: Use cmake.eclass
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/media-libs/freeglut/freeglut-3.2.1-r1.ebuild b/media-libs/freeglut/freeglut-3.2.1-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+CMAKE_ECLASS=cmake
inherit cmake-multilib
DESCRIPTION="A free OpenGL utility toolkit, the open-sourced alternative to the GLUT library"
@@ -52,6 +53,6 @@ src_configure() {
}
multilib_src_install() {
- cmake-utils_src_install
+ cmake_src_install
cp "${D}"/usr/$(get_libdir)/pkgconfig/{,free}glut.pc
}