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 B89C013888F for ; Sun, 11 Oct 2015 13:06:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F1FDE0848; Sun, 11 Oct 2015 13:06:30 +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 9DDD8E0848 for ; Sun, 11 Oct 2015 13:06:28 +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 7FF4334016B for ; Sun, 11 Oct 2015 13:06:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41481922 for ; Sun, 11 Oct 2015 13:06:25 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1444569132.83f4255915d441410d03c735338c20a3d951d0b9.blueness@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: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 83f4255915d441410d03c735338c20a3d951d0b9 X-VCS-Branch: master Date: Sun, 11 Oct 2015 13:06:25 +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: 8481c39c-7e6f-4896-90dd-ad1b309b08dc X-Archives-Hash: b254812d61a9d856706e546b5d3f6ca1 commit: 83f4255915d441410d03c735338c20a3d951d0b9 Author: Anthony G. Basile gentoo org> AuthorDate: Sun Oct 11 13:11:54 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Oct 11 13:12:12 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83f42559 dev-libs/npth: version 1.1 stable on x86, 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 eaef935..8084a24 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 ~sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 ~sparc x86" IUSE="static-libs"