Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/gentoo-systemd-integration/
Date: Sat, 26 May 2018 22:25:46
Message-Id: 1527373472.e818183b85a28235b276ead24fd3186a803ea890.mattst88@gentoo
1 commit: e818183b85a28235b276ead24fd3186a803ea890
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 15 06:09:59 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat May 26 22:24:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e818183b
7
8 sys-apps/gentoo-systemd-integration: Add ~hppa
9
10 .../gentoo-systemd-integration/gentoo-systemd-integration-7.ebuild | 2 +-
11 .../gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild | 4 ++--
12 2 files changed, 3 insertions(+), 3 deletions(-)
13
14 diff --git a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-7.ebuild b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-7.ebuild
15 index 8d77981d297..775bca89b9b 100644
16 --- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-7.ebuild
17 +++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-7.ebuild
18 @@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]]; then
19 inherit autotools git-r3
20 else
21 SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.gz"
22 - KEYWORDS="alpha amd64 arm arm64 ia64 ~mips ppc ppc64 sparc x86"
23 + KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
24 fi
25
26 inherit systemd
27
28 diff --git a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild
29 index 1813ffb135f..74179967eb4 100644
30 --- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild
31 +++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-9999.ebuild
32 @@ -1,4 +1,4 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 +# Copyright 1999-2018 Gentoo Foundation
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=6
38 @@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]]; then
39 inherit autotools git-r3
40 else
41 SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.gz"
42 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
43 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
44 fi
45
46 inherit systemd