From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8A8431382C5 for ; Wed, 28 Mar 2018 05:05:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94ACBE0973; Wed, 28 Mar 2018 05:05:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F771E096D for ; Wed, 28 Mar 2018 05:05:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4397335CA1 for ; Wed, 28 Mar 2018 05:05:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F30426F for ; Wed, 28 Mar 2018 05:05:17 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1522213145.28b87fccf6dd471c60f75d6f66df18281782010f.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/liblogging/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/liblogging/liblogging-1.0.6.ebuild X-VCS-Directories: dev-libs/liblogging/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 28b87fccf6dd471c60f75d6f66df18281782010f X-VCS-Branch: master Date: Wed, 28 Mar 2018 05:05:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 49098328-8ed4-46a4-af63-6e17f92e66ea X-Archives-Hash: 69d652ca86ac0ed1a08a06ab9ddc13ed commit: 28b87fccf6dd471c60f75d6f66df18281782010f Author: Markus Meier gentoo org> AuthorDate: Wed Mar 28 04:59:05 2018 +0000 Commit: Markus Meier gentoo org> CommitDate: Wed Mar 28 04:59:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b87fcc dev-libs/liblogging: arm stable, bug #645870 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm" dev-libs/liblogging/liblogging-1.0.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/liblogging/liblogging-1.0.6.ebuild b/dev-libs/liblogging/liblogging-1.0.6.ebuild index 77b3a5ff5d3..920b54472c5 100644 --- a/dev-libs/liblogging/liblogging-1.0.6.ebuild +++ b/dev-libs/liblogging/liblogging-1.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,7 +11,7 @@ SRC_URI="http://download.rsyslog.com/liblogging/${P}.tar.gz" LICENSE="BSD-2" SLOT="0/0" -KEYWORDS="amd64 ~arm ~arm64 hppa x86" +KEYWORDS="amd64 arm ~arm64 hppa x86" IUSE="rfc3195 static-libs +stdlog systemd" RDEPEND="systemd? ( sys-apps/systemd )"