commit: 9ce952631ce178aea45d071959cb47cbaf83d587 Author: Lev Babiev <harley <AT> hosers <DOT> org> AuthorDate: Sun Jun 23 08:18:46 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Sun Jun 23 08:19:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ce95263
sfwbar: correct KEYWORDS location, enable nm by default Signed-off-by: Lev Babiev <harley <AT> hosers.org> gui-apps/sfwbar/sfwbar-1.0_beta15.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gui-apps/sfwbar/sfwbar-1.0_beta15.ebuild b/gui-apps/sfwbar/sfwbar-1.0_beta15.ebuild index 18edd91f0..8d80a326b 100644 --- a/gui-apps/sfwbar/sfwbar-1.0_beta15.ebuild +++ b/gui-apps/sfwbar/sfwbar-1.0_beta15.ebuild @@ -8,10 +8,11 @@ inherit meson xdg DESCRIPTION="S* Floating Window Bar" HOMEPAGE="https://github.com/LBCrion/sfwbar" SRC_URI="https://github.com/LBCrion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" LICENSE="GPL-3" SLOT="0" +KEYWORDS="~amd64" + IUSE="X mpd pulseaudio alsa" COMMON_DEPEND=" @@ -44,6 +45,7 @@ src_configure() { -Dbluez=enabled -Dbsdctl=disabled -Diwd=enabled + -Dnm=enabled ) meson_src_configure
