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 E9D2C1396D9 for ; Sun, 12 Nov 2017 14:16:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0777AE1021; Sun, 12 Nov 2017 14:16:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D952FE1021 for ; Sun, 12 Nov 2017 14:16:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BFE6341640 for ; Sun, 12 Nov 2017 14:16:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD84C9A71 for ; Sun, 12 Nov 2017 14:16:41 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1510496128.6e3b9524bc74f258b30dd22a4f1e6612e45843b6.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnsl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnsl/libnsl-1.1.0-r1.ebuild X-VCS-Directories: net-libs/libnsl/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 6e3b9524bc74f258b30dd22a4f1e6612e45843b6 X-VCS-Branch: master Date: Sun, 12 Nov 2017 14:16:41 +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: 4a4873df-e7df-47dd-bc9a-556adbd90731 X-Archives-Hash: 3a6d17c6964dbb6bcc3c7d80647c5095 commit: 6e3b9524bc74f258b30dd22a4f1e6612e45843b6 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Nov 12 12:30:13 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun Nov 12 14:15:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e3b9524 net-libs/libnsl: Keyword for all arches This is essentially code split off from glibc. Package-Manager: Portage-2.3.13, Repoman-2.3.4 net-libs/libnsl/libnsl-1.1.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libnsl/libnsl-1.1.0-r1.ebuild b/net-libs/libnsl/libnsl-1.1.0-r1.ebuild index 407fc963fda..13f9c3fbadf 100644 --- a/net-libs/libnsl/libnsl-1.1.0-r1.ebuild +++ b/net-libs/libnsl/libnsl-1.1.0-r1.ebuild @@ -12,8 +12,8 @@ SRC_URI="https://github.com/thkukuk/${PN}/archive/${P}.tar.gz" SLOT="0/2" LICENSE="LGPL-2.1+" -# Restore keywords and stabilize together with glibc-2.26! -KEYWORDS="" +# Stabilize together with glibc-2.26! +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE=""