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: 1660627706.191c6a889074658a10c3c6bb946fd226d8a2df72.juippis@gentoo
1 commit: 191c6a889074658a10c3c6bb946fd226d8a2df72
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 16 05:28:26 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 16 05:28:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=191c6a88
7
8 x11-wm/cwm: Stabilize 7.1 amd64, #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 2569abd67255..6687d9b2197b 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"