Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/gentoo-systemd-integration/
Date: Fri, 20 May 2022 22:04:26
Message-Id: 1653084248.b8a905ac354650b7f3ae930649b99c4204655609.dilfridge@gentoo
1 commit: b8a905ac354650b7f3ae930649b99c4204655609
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 20 21:52:25 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri May 20 22:04:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a905ac
7
8 sys-apps/gentoo-systemd-integration: builds on s390
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9.ebuild | 2 +-
13 .../gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9.ebuild b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9.ebuild
17 index 83f9b27ef1a7..4f9913230625 100644
18 --- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9.ebuild
19 +++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9.ebuild
20 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then
21 inherit autotools git-r3
22 else
23 SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.gz"
24 - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86"
25 + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
26 fi
27
28 DESCRIPTION="systemd integration files for Gentoo"
29
30 diff --git a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild
31 index bb66dd8ea452..619ddbf5835c 100644
32 --- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild
33 +++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild
34 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then
35 inherit autotools git-r3
36 else
37 SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.gz"
38 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
39 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
40 fi
41
42 DESCRIPTION="systemd integration files for Gentoo"