diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-09-22 09:41:09 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-09-22 09:41:09 +0200 |
commit | 1aed78259ea1b4d427323ffbf5c65b609bef42ba (patch) | |
tree | eb2650a045101cd8d2fea1d3fd2b02fce46a7408 | |
parent | sci-geosciences/xtide: Stabilize 2.15.5 amd64, #867232 (diff) | |
download | gentoo-1aed78259ea1b4d427323ffbf5c65b609bef42ba.tar.gz gentoo-1aed78259ea1b4d427323ffbf5c65b609bef42ba.tar.bz2 gentoo-1aed78259ea1b4d427323ffbf5c65b609bef42ba.zip |
x11-wm/dwm: Stabilize 6.3 amd64, #867718
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | x11-wm/dwm/dwm-6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/dwm/dwm-6.3.ebuild b/x11-wm/dwm/dwm-6.3.ebuild index 555ed365accd..4aa3a90e8bc4 100644 --- a/x11-wm/dwm/dwm-6.3.ebuild +++ b/x11-wm/dwm/dwm-6.3.ebuild @@ -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" |