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 7768F138334 for ; Wed, 12 Sep 2018 10:34:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 939B4E0B18; Wed, 12 Sep 2018 10:34:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6A94FE0B18 for ; Wed, 12 Sep 2018 10:34:44 +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 47C80335CF3 for ; Wed, 12 Sep 2018 10:34:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45AD63AA for ; Wed, 12 Sep 2018 10:34:41 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1536748473.abe77e17b8b7bdf044a36ac0741e43b0432c83da.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/man-pages/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/man-pages/man-pages-4.16.ebuild X-VCS-Directories: sys-apps/man-pages/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: abe77e17b8b7bdf044a36ac0741e43b0432c83da X-VCS-Branch: master Date: Wed, 12 Sep 2018 10:34: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: 9e4bb184-598b-405c-8861-2cab9b4086a3 X-Archives-Hash: 38a85fe7ef938576b0cf2299b1feb3ec commit: abe77e17b8b7bdf044a36ac0741e43b0432c83da Author: Lars Wendler gentoo org> AuthorDate: Wed Sep 12 10:33:15 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Sep 12 10:34:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abe77e17 sys-apps/man-pages: Version 4.16 stable for all arches. Package-Manager: Portage-2.3.49, Repoman-2.3.10 sys-apps/man-pages/man-pages-4.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/man-pages/man-pages-4.16.ebuild b/sys-apps/man-pages/man-pages-4.16.ebuild index 946ba0ae743..8711bf486e8 100644 --- a/sys-apps/man-pages/man-pages-4.16.ebuild +++ b/sys-apps/man-pages/man-pages-4.16.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://kernel/linux/docs/man-pages/Archive/${P}.tar.xz LICENSE="man-pages GPL-2+ BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux" IUSE_L10N=" da de fr it ja nl pl ru zh-CN" IUSE="nls ${IUSE_L10N// / l10n_}" RESTRICT="binchecks"