From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5A5A51381F1 for ; Thu, 26 May 2016 14:59:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAF4C234001; Thu, 26 May 2016 14:59:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34864234001 for ; Thu, 26 May 2016 14:59:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1E90340B6E for ; Thu, 26 May 2016 14:58:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71064AA2 for ; Thu, 26 May 2016 14:58:54 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1464274732.9c205e691f96b4cf4de2d6e74bd41d3967e4a322.jer@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.5.ebuild X-VCS-Directories: dev-libs/liblogging/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 9c205e691f96b4cf4de2d6e74bd41d3967e4a322 X-VCS-Branch: master Date: Thu, 26 May 2016 14:58:54 +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: f9a94cbd-3bae-4631-b8c3-9e31be6fc29d X-Archives-Hash: 5ee9f53523ec9cbbc55748c9ca2d3eda commit: 9c205e691f96b4cf4de2d6e74bd41d3967e4a322 Author: Jeroen Roovers gentoo org> AuthorDate: Thu May 26 14:58:22 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu May 26 14:58:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c205e69 dev-libs/liblogging: Stable for HPPA (bug #576982). Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --ignore-arches dev-libs/liblogging/liblogging-1.0.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/liblogging/liblogging-1.0.5.ebuild b/dev-libs/liblogging/liblogging-1.0.5.ebuild index 50127e3..09a6f09 100644 --- a/dev-libs/liblogging/liblogging-1.0.5.ebuild +++ b/dev-libs/liblogging/liblogging-1.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://download.rsyslog.com/liblogging/${P}.tar.gz" LICENSE="BSD-2" SLOT="0/0" -KEYWORDS="amd64 arm ~hppa x86" +KEYWORDS="amd64 arm hppa x86" IUSE="rfc3195 static-libs +stdlog systemd" RDEPEND="systemd? ( sys-apps/systemd )"