Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/
Date: Mon, 29 Oct 2018 11:47:27
Message-Id: 1540813622.27fcf7cf5410c58049f9203001c10e86a2c66d1d.leio@gentoo
1 commit: 27fcf7cf5410c58049f9203001c10e86a2c66d1d
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 29 11:47:02 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 29 11:47:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27fcf7cf
7
8 sys-apps/systemd-239-r2: arm64 stable (bug #669664)
9
10 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 sys-apps/systemd/systemd-239-r2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-apps/systemd/systemd-239-r2.ebuild b/sys-apps/systemd/systemd-239-r2.ebuild
17 index 9f9ca4983c6..733b4be4fce 100644
18 --- a/sys-apps/systemd/systemd-239-r2.ebuild
19 +++ b/sys-apps/systemd/systemd-239-r2.ebuild
20 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then
21 else
22 SRC_URI="https://github.com/systemd/systemd/archive/v${PV}/${P}.tar.gz
23 https://dev.gentoo.org/~floppym/dist/${P}-patches-1.tar.gz"
24 - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
25 + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
26 fi
27
28 PYTHON_COMPAT=( python{3_4,3_5,3_6} )