dev-lang/compilescript: Migrate from cmake-utils to cmake.

This commit is contained in:
tastytea 2020-11-16 15:47:36 +01:00
parent 189f3e6ebb
commit 0ec947f43f
Signed by untrusted user: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake-utils
inherit cmake
if [[ "${PV}" == "9999" ]]; then
inherit git-r3

View File

@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake-utils
inherit cmake
if [[ "${PV}" == "9999" ]]; then
inherit git-r3