diff options
author | Sam James <sam@gentoo.org> | 2023-07-07 04:36:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-07 04:36:08 +0100 |
commit | 56afe59ea977fabf9353a932a7d64b66c14971c3 (patch) | |
tree | 820a05b1e6d71c36f60d86d1a12e8e297376cccc /x11-wm | |
parent | sys-apps/etckeeper: Stabilize 1.18.20 arm, #909806 (diff) | |
download | gentoo-56afe59ea977fabf9353a932a7d64b66c14971c3.tar.gz gentoo-56afe59ea977fabf9353a932a7d64b66c14971c3.tar.bz2 gentoo-56afe59ea977fabf9353a932a7d64b66c14971c3.zip |
x11-wm/dwm: Stabilize 6.4 amd64, #909809
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/dwm/dwm-6.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/dwm/dwm-6.4.ebuild b/x11-wm/dwm/dwm-6.4.ebuild index 4553c04b8640..b7a45532e285 100644 --- a/x11-wm/dwm/dwm-6.4.ebuild +++ b/x11-wm/dwm/dwm-6.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://git.suckless.org/dwm" else SRC_URI="https://dl.suckless.org/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" fi LICENSE="MIT" |