diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-03 18:38:42 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-03 18:38:42 +0000 |
commit | 63936a50e6f1b868a9c5683d1825a813c8c02860 (patch) | |
tree | a854cf6eb3b15345f7984b2f98fc037f72046899 /gui-wm | |
parent | media-fonts/jetbrains-mono: Stabilize 2.304 ppc64, #921276 (diff) | |
download | gentoo-63936a50e6f1b868a9c5683d1825a813c8c02860.tar.gz gentoo-63936a50e6f1b868a9c5683d1825a813c8c02860.tar.bz2 gentoo-63936a50e6f1b868a9c5683d1825a813c8c02860.zip |
gui-wm/dwl: Keyword 0.5 ppc64, #921274
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/dwl/dwl-0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-wm/dwl/dwl-0.5.ebuild b/gui-wm/dwl/dwl-0.5.ebuild index f54f72310522..76ca069ee72d 100644 --- a/gui-wm/dwl/dwl-0.5.ebuild +++ b/gui-wm/dwl/dwl-0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,7 +25,7 @@ if [[ ${PV} == *9999* ]]; then else SRC_URI="https://codeberg.org/${PN}/${PN}/releases/download/v${PV}/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~ppc64 ~x86" fi DESCRIPTION="dwm for Wayland" |