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/systemd/
Date: Sat, 26 May 2018 22:25:46
Message-Id: 1527373472.d44aef7a549fedca013406281a1bb344a057647a.mattst88@gentoo
1 commit: d44aef7a549fedca013406281a1bb344a057647a
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 15 06:15:05 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=d44aef7a
7
8 sys-apps/systemd: Add ~hppa
9
10 sys-apps/systemd/systemd-238-r7.ebuild | 2 +-
11 sys-apps/systemd/systemd-9999.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/sys-apps/systemd/systemd-238-r7.ebuild b/sys-apps/systemd/systemd-238-r7.ebuild
15 index e65ddd901dd..52bfc26bf58 100644
16 --- a/sys-apps/systemd/systemd-238-r7.ebuild
17 +++ b/sys-apps/systemd/systemd-238-r7.ebuild
18 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then
19 else
20 SRC_URI="https://github.com/systemd/systemd/archive/v${PV}/${P}.tar.gz
21 https://dev.gentoo.org/~floppym/dist/${P}-patches-1.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 PYTHON_COMPAT=( python{3_4,3_5,3_6} )
27
28 diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
29 index 8112fd15fef..779db468b79 100644
30 --- a/sys-apps/systemd/systemd-9999.ebuild
31 +++ b/sys-apps/systemd/systemd-9999.ebuild
32 @@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]]; then
33 inherit git-r3
34 else
35 SRC_URI="https://github.com/systemd/systemd/archive/v${PV}/${P}.tar.gz"
36 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
37 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
38 fi
39
40 PYTHON_COMPAT=( python{3_4,3_5,3_6} )