Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/
Date: Fri, 23 Dec 2016 16:18:06
Message-Id: 1482509863.0f6ab3d871c35a8fb3055b7ce3e8bf3dffc739b6.blueness@gentoo
1 commit: 0f6ab3d871c35a8fb3055b7ce3e8bf3dffc739b6
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 23 16:17:43 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 23 16:17:43 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f6ab3d8
7
8 sys-apps/systemd: stable on ppc64, bug #568082
9
10 Package-Manager: portage-2.3.0
11
12 sys-apps/systemd/systemd-226-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/systemd/systemd-226-r2.ebuild b/sys-apps/systemd/systemd-226-r2.ebuild
16 index 93afa35..b292e0a 100644
17 --- a/sys-apps/systemd/systemd-226-r2.ebuild
18 +++ b/sys-apps/systemd/systemd-226-r2.ebuild
19 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then
20 inherit git-r3
21 else
22 SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="alpha amd64 arm ia64 ppc ~ppc64 sparc x86"
24 + KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
25 fi
26
27 inherit autotools bash-completion-r1 linux-info multilib \