From 61d8d090c7fec1472acd6d34e7bc4667a0f56b8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Fri, 24 Jul 2020 06:22:12 +0200 Subject: [PATCH] x11-misc/polybar: use cmake eclass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Maciej Barć --- x11-misc/polybar/polybar-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/polybar/polybar-9999.ebuild b/x11-misc/polybar/polybar-9999.ebuild index 472f2f4..ebea344 100644 --- a/x11-misc/polybar/polybar-9999.ebuild +++ b/x11-misc/polybar/polybar-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) -inherit cmake-utils python-single-r1 git-r3 +inherit python-single-r1 git-r3 cmake DESCRIPTION="A fast and easy-to-use status bar" HOMEPAGE="https://github.com/polybar/polybar" @@ -49,5 +49,5 @@ src_configure() { -DENABLE_PULSEAUDIO="$(usex pulseaudio)" ) - cmake-utils_src_configure + cmake_src_configure }