Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/merge-usr/
Date: Sat, 03 Sep 2022 16:49:06
Message-Id: 1662223736.e826126a7911c18f08903a18697ebc6a560c8966.arthurzam@gentoo
1 commit: e826126a7911c18f08903a18697ebc6a560c8966
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 3 16:46:16 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 3 16:48:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e826126a
7
8 sys-apps/merge-usr: keyword 0 for ~s390, #868291
9
10 Tested on lgentoo3.s390, with systemd container fully migrated (all
11 6 staged listed in bug)
12
13 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
14
15 sys-apps/merge-usr/merge-usr-0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sys-apps/merge-usr/merge-usr-0.ebuild b/sys-apps/merge-usr/merge-usr-0.ebuild
19 index 6f56ff4dac41..6ee692ec1a0a 100644
20 --- a/sys-apps/merge-usr/merge-usr-0.ebuild
21 +++ b/sys-apps/merge-usr/merge-usr-0.ebuild
22 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/floppym/merge-usr/archive/refs/tags/v${PV}.tar.gz ->
23
24 LICENSE="GPL-2+"
25 SLOT="0"
26 -KEYWORDS="~amd64"
27 +KEYWORDS="~amd64 ~s390"
28
29 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
30 BDEPEND="${PYTHON_DEPS}"