diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 00:36:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 00:36:58 +0000 |
commit | d497881c8e354502106f64ea031661c15ca7dd1e (patch) | |
tree | 4e05b544dc87f0aaf6c9ec35d875822c3d29ba35 | |
parent | media-sound/qjackctl: Stabilize 0.9.2 amd64, #782997 (diff) | |
download | gentoo-d497881c8e354502106f64ea031661c15ca7dd1e.tar.gz gentoo-d497881c8e354502106f64ea031661c15ca7dd1e.tar.bz2 gentoo-d497881c8e354502106f64ea031661c15ca7dd1e.zip |
x11-wm/cwm: Stabilize 6.7 arm, #772059
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | x11-wm/cwm/cwm-6.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/cwm/cwm-6.7.ebuild b/x11-wm/cwm/cwm-6.7.ebuild index c35cf81e9f80..cae6a63ca12c 100644 --- a/x11-wm/cwm/cwm-6.7.ebuild +++ b/x11-wm/cwm/cwm-6.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,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 ~x86" + KEYWORDS="~amd64 arm ~arm64 ~x86" fi LICENSE="ISC" |