commit: 177a9b6fb55dcf0daa00c169847a6c47ca45e19a Author: John Helmert III <ajak <AT> gentoo <DOT> org> AuthorDate: Sun Jul 28 18:35:08 2024 +0000 Commit: John Helmert III <ajak <AT> gentoo <DOT> org> CommitDate: Sun Jul 28 18:42:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=177a9b6f
x11-misc/polybar: fixup VariableOrderWrong Signed-off-by: John Helmert III <ajak <AT> gentoo.org> x11-misc/polybar/polybar-3.7.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/polybar/polybar-3.7.1-r1.ebuild b/x11-misc/polybar/polybar-3.7.1-r1.ebuild index e6bbf888dce8..68165661b062 100644 --- a/x11-misc/polybar/polybar-3.7.1-r1.ebuild +++ b/x11-misc/polybar/polybar-3.7.1-r1.ebuild @@ -11,9 +11,9 @@ DESCRIPTION="A fast and easy-to-use tool for creating status bars" HOMEPAGE="https://github.com/polybar/polybar" SRC_URI="https://github.com/polybar/${PN}/releases/download/${PV}/${P}.tar.gz" -KEYWORDS="amd64 ~riscv x86" LICENSE="MIT" SLOT="0" +KEYWORDS="amd64 ~riscv x86" IUSE="alsa curl doc i3wm ipc mpd network pulseaudio" REQUIRED_USE="${PYTHON_REQUIRED_USE}"
