Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/liblogging/
Date: Wed, 28 Mar 2018 05:05:21
Message-Id: 1522213145.28b87fccf6dd471c60f75d6f66df18281782010f.maekke@gentoo
1 commit: 28b87fccf6dd471c60f75d6f66df18281782010f
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 28 04:59:05 2018 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 28 04:59:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b87fcc
7
8 dev-libs/liblogging: arm stable, bug #645870
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11 RepoMan-Options: --include-arches="arm"
12
13 dev-libs/liblogging/liblogging-1.0.6.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/liblogging/liblogging-1.0.6.ebuild b/dev-libs/liblogging/liblogging-1.0.6.ebuild
17 index 77b3a5ff5d3..920b54472c5 100644
18 --- a/dev-libs/liblogging/liblogging-1.0.6.ebuild
19 +++ b/dev-libs/liblogging/liblogging-1.0.6.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 @@ -11,7 +11,7 @@ SRC_URI="http://download.rsyslog.com/liblogging/${P}.tar.gz"
27
28 LICENSE="BSD-2"
29 SLOT="0/0"
30 -KEYWORDS="amd64 ~arm ~arm64 hppa x86"
31 +KEYWORDS="amd64 arm ~arm64 hppa x86"
32 IUSE="rfc3195 static-libs +stdlog systemd"
33
34 RDEPEND="systemd? ( sys-apps/systemd )"