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 97A6B13829C for ; Wed, 8 Jun 2016 18:56:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10C2714120; Wed, 8 Jun 2016 18:56:05 +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 9759C141B2 for ; Wed, 8 Jun 2016 18:56:04 +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 8483A340B6E for ; Wed, 8 Jun 2016 18:56:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18F15342 for ; Wed, 8 Jun 2016 18:55:59 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1465411997.0a899134f281756cab06f4bf1d082d0fadc94527.vapier@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.2.ebuild X-VCS-Directories: dev-libs/npth/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 0a899134f281756cab06f4bf1d082d0fadc94527 X-VCS-Branch: master Date: Wed, 8 Jun 2016 18:55:59 +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: fc7f22db-e082-42f4-8dc1-94f02dc3178b X-Archives-Hash: b0c88500e18e5ab8a26796bba5e99c06 commit: 0a899134f281756cab06f4bf1d082d0fadc94527 Author: Mike Frysinger gentoo org> AuthorDate: Wed Jun 8 18:53:17 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Wed Jun 8 18:53:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a899134 dev-libs/npth: add m68k/s390/sh love to 1.2 dev-libs/npth/npth-1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/npth/npth-1.2.ebuild b/dev-libs/npth/npth-1.2.ebuild index a9f559a..327271e 100644 --- a/dev-libs/npth/npth-1.2.ebuild +++ b/dev-libs/npth/npth-1.2.ebuild @@ -11,5 +11,5 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="static-libs"