Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/
Date: Thu, 12 Oct 2017 15:34:32
Message-Id: 1507822464.a444cc7fc8ef8e92d5de0d7645292961f732341d.floppym@gentoo
1 commit: a444cc7fc8ef8e92d5de0d7645292961f732341d
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 12 15:34:05 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 12 15:34:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a444cc7f
7
8 sys-apps/systemd: drop accidentally restored sparc keyword
9
10 Package-Manager: Portage-2.3.11_p4, Repoman-2.3.3_p62
11
12 sys-apps/systemd/systemd-235.ebuild | 2 +-
13 sys-apps/systemd/systemd-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-apps/systemd/systemd-235.ebuild b/sys-apps/systemd/systemd-235.ebuild
17 index ad4e3f4ab5f..6fe34a0809b 100644
18 --- a/sys-apps/systemd/systemd-235.ebuild
19 +++ b/sys-apps/systemd/systemd-235.ebuild
20 @@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]]; then
21 inherit git-r3
22 else
23 SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
25 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
26 fi
27
28 PYTHON_COMPAT=( python{3_4,3_5,3_6} )
29
30 diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
31 index 089c6a2d7a7..9f58ed53ab2 100644
32 --- a/sys-apps/systemd/systemd-9999.ebuild
33 +++ b/sys-apps/systemd/systemd-9999.ebuild
34 @@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]]; then
35 inherit git-r3
36 else
37 SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
38 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
39 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
40 fi
41
42 PYTHON_COMPAT=( python{3_4,3_5,3_6} )