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 7806E13832E for ; Thu, 4 Aug 2016 08:45:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F8E1E08BA; Thu, 4 Aug 2016 08:45:53 +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 50B62E08BA for ; Thu, 4 Aug 2016 08:45:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 63A74340A38 for ; Thu, 4 Aug 2016 08:45:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03D5B2434 for ; Thu, 4 Aug 2016 08:45:51 +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: <1470300262.3fc51b73213a27ae027c4b4260ff2ed51a231b15.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/liblognorm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/liblognorm/liblognorm-1.1.3-r1.ebuild X-VCS-Directories: dev-libs/liblognorm/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 3fc51b73213a27ae027c4b4260ff2ed51a231b15 X-VCS-Branch: master Date: Thu, 4 Aug 2016 08:45:51 +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: 46510bb3-ce7e-4f8e-85ef-745e28ba2e50 X-Archives-Hash: bf01048a3e98b4b2b19fc0aa9b04b2b4 commit: 3fc51b73213a27ae027c4b4260ff2ed51a231b15 Author: Jeroen Roovers gentoo org> AuthorDate: Thu Aug 4 08:44:22 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Aug 4 08:44:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fc51b73 dev-libs/liblognorm: Stable for HPPA (bug #585644). Package-Manager: portage-2.3.0 RepoMan-Options: --ignore-arches dev-libs/liblognorm/liblognorm-1.1.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/liblognorm/liblognorm-1.1.3-r1.ebuild b/dev-libs/liblognorm/liblognorm-1.1.3-r1.ebuild index caa77b1..5244790 100644 --- a/dev-libs/liblognorm/liblognorm-1.1.3-r1.ebuild +++ b/dev-libs/liblognorm/liblognorm-1.1.3-r1.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="http://www.liblognorm.com/files/download/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-linux" + KEYWORDS="~amd64 ~arm hppa ~x86 ~amd64-linux" fi LICENSE="LGPL-2.1"