commit:     224ce82be9cb80e424d1cc7dacc0f2641afa36c0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 12 15:15:48 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 12 15:16:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224ce82b

media-fonts/oxygen-fonts: Switch to cmake.eclass

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-fonts/oxygen-fonts/oxygen-fonts-5.4.3-r1.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/media-fonts/oxygen-fonts/oxygen-fonts-5.4.3-r1.ebuild 
b/media-fonts/oxygen-fonts/oxygen-fonts-5.4.3-r1.ebuild
index 4e52cb0823e..d5c2a8b92d0 100644
--- a/media-fonts/oxygen-fonts/oxygen-fonts-5.4.3-r1.ebuild
+++ b/media-fonts/oxygen-fonts/oxygen-fonts-5.4.3-r1.ebuild
@@ -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 font kde.org xdg-utils
+inherit cmake font kde.org xdg-utils
 
 DESCRIPTION="Desktop/GUI font family for integrated use with the KDE Plasma 
desktop"
 HOMEPAGE="https://cgit.kde.org/oxygen-fonts.git";
@@ -15,8 +15,8 @@ KEYWORDS="amd64 ~arm x86"
 IUSE=""
 
 BDEPEND="
-       >=kde-frameworks/extra-cmake-modules-5.60.0:5
        >=dev-qt/qtcore-5.12.3:5
+       >=kde-frameworks/extra-cmake-modules-5.60.0:5
        media-gfx/fontforge
 "
 
@@ -30,10 +30,10 @@ src_configure() {
        local mycmakeargs=(
                -DOXYGEN_FONT_INSTALL_DIR="${FONTDIR}"
        )
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 
 src_install() {
-       cmake-utils_src_install
+       cmake_src_install
        font_src_install
 }

Reply via email to