Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/
Date: Mon, 14 Dec 2015 16:10:05
Message-Id: 1450109390.6b90fdc1a26f3ad6bad0c0756d97a09f5224b01e.ago@gentoo
1 commit: 6b90fdc1a26f3ad6bad0c0756d97a09f5224b01e
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 14 16:09:50 2015 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 14 16:09:50 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b90fdc1
7
8 sys-apps/systemd: amd64 stable wrt bug #568082
9
10 Package-Manager: portage-2.2.24
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 sys-apps/systemd/systemd-226-r2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-apps/systemd/systemd-226-r2.ebuild b/sys-apps/systemd/systemd-226-r2.ebuild
18 index 44742e8..0854f1d 100644
19 --- a/sys-apps/systemd/systemd-226-r2.ebuild
20 +++ b/sys-apps/systemd/systemd-226-r2.ebuild
21 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then
22 inherit git-r3
23 else
24 SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25 - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
26 + KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
27 fi
28
29 inherit autotools bash-completion-r1 linux-info multilib \