x11-misc/polybar: use cmake eclass

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć 2020-07-24 06:22:12 +02:00
parent 4c7b27d411
commit 61d8d090c7
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
1 changed files with 2 additions and 2 deletions

View File

@ -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
}