diff options
author | 2024-03-12 21:28:57 +0200 | |
---|---|---|
committer | 2024-03-12 21:28:57 +0200 | |
commit | d0cfce45fa6effa6fc6710ed0e4f4e98dad4b29f (patch) | |
tree | d6ae561f6f245021dffaa19f3e9fcbe92c3a1c6f /x11-wm | |
parent | dev-lang/mujs: Stabilize 1.3.4 sparc, #926848 (diff) | |
download | gentoo-d0cfce45fa6effa6fc6710ed0e4f4e98dad4b29f.tar.gz gentoo-d0cfce45fa6effa6fc6710ed0e4f4e98dad4b29f.tar.bz2 gentoo-d0cfce45fa6effa6fc6710ed0e4f4e98dad4b29f.zip |
x11-wm/cwm: Stabilize 7.4 arm, #926854
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/cwm/cwm-7.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/cwm/cwm-7.4.ebuild b/x11-wm/cwm/cwm-7.4.ebuild index 43e81a32050f..812218abf612 100644 --- a/x11-wm/cwm/cwm-7.4.ebuild +++ b/x11-wm/cwm/cwm-7.4.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/leahneukirchen/cwm.git" else SRC_URI="https://github.com/leahneukirchen/cwm/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + KEYWORDS="~amd64 arm ~arm64 ~riscv ~x86" fi LICENSE="ISC" |