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 740521393F1 for ; Mon, 14 Sep 2015 13:55:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A925521C013; Mon, 14 Sep 2015 13:55:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5093921C013 for ; Mon, 14 Sep 2015 13:55:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70365340923 for ; Mon, 14 Sep 2015 13:55:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23FD4189 for ; Mon, 14 Sep 2015 13:55:35 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1442238921.864ba3d48352c7f5a9f7c2882c3853a6e47993ca.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/npth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/npth/npth-1.1.ebuild X-VCS-Directories: dev-libs/npth/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 864ba3d48352c7f5a9f7c2882c3853a6e47993ca X-VCS-Branch: master Date: Mon, 14 Sep 2015 13:55:35 +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: 6464a441-8d2b-454e-bf20-f70fe087f33d X-Archives-Hash: fa931f51274e3e9fe88b03c6bbef8ae4 commit: 864ba3d48352c7f5a9f7c2882c3853a6e47993ca Author: Tobias Klausmann gentoo org> AuthorDate: Mon Sep 14 13:55:21 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Mon Sep 14 13:55:21 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=864ba3d4 dev-libs/npth: add alpha keyword Gentoo-Bug: 560272 Package-Manager: portage-2.2.20.1 dev-libs/npth/npth-1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/npth/npth-1.1.ebuild b/dev-libs/npth/npth-1.1.ebuild index 0f614f5..f157ca3 100644 --- a/dev-libs/npth/npth-1.1.ebuild +++ b/dev-libs/npth/npth-1.1.ebuild @@ -11,5 +11,5 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~mips ppc ppc64 ~x86" +KEYWORDS="alpha ~amd64 ~arm hppa ~mips ppc ppc64 ~x86" IUSE="static-libs"