Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/cwm/
Date: Fri, 16 Apr 2021 00:37:04
Message-Id: 1618533418.d497881c8e354502106f64ea031661c15ca7dd1e.sam@gentoo
1 commit: d497881c8e354502106f64ea031661c15ca7dd1e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 16 00:36:58 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 16 00:36:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d497881c
7
8 x11-wm/cwm: Stabilize 6.7 arm, #772059
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 x11-wm/cwm/cwm-6.7.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-wm/cwm/cwm-6.7.ebuild b/x11-wm/cwm/cwm-6.7.ebuild
16 index c35cf81e9f8..cae6a63ca12 100644
17 --- a/x11-wm/cwm/cwm-6.7.ebuild
18 +++ b/x11-wm/cwm/cwm-6.7.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
26 EGIT_REPO_URI="https://github.com/leahneukirchen/cwm.git"
27 else
28 SRC_URI="https://github.com/leahneukirchen/cwm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
30 + KEYWORDS="~amd64 arm ~arm64 ~x86"
31 fi
32
33 LICENSE="ISC"