Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/cwm/
Date: Tue, 16 Aug 2022 05:28:50
Message-Id: 1660627670.dc59963747e9a57969243d51c71ae8ebe9a6b22d.juippis@gentoo
1 commit: dc59963747e9a57969243d51c71ae8ebe9a6b22d
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 16 05:27:50 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 16 05:27:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc599637
7
8 x11-wm/cwm: Stabilize 7.1 x86, #865305
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 x11-wm/cwm/cwm-7.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-wm/cwm/cwm-7.1.ebuild b/x11-wm/cwm/cwm-7.1.ebuild
16 index 9aa6d59cba3a..2569abd67255 100644
17 --- a/x11-wm/cwm/cwm-7.1.ebuild
18 +++ b/x11-wm/cwm/cwm-7.1.ebuild
19 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
20 EGIT_REPO_URI="https://github.com/leahneukirchen/cwm.git"
21 else
22 SRC_URI="https://github.com/leahneukirchen/cwm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
24 + KEYWORDS="~amd64 ~arm ~arm64 x86"
25 fi
26
27 LICENSE="ISC"