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 85780158CB7 for ; Fri, 20 Aug 2021 14:18:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1C32E07F9; Fri, 20 Aug 2021 14:18:50 +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 B5839E07F9 for ; Fri, 20 Aug 2021 14:18:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4D268342A41 for ; Fri, 20 Aug 2021 14:18:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBF0A5A0 for ; Fri, 20 Aug 2021 14:18:47 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1629469125.9006ff322234ddb44fa7bce4b4f96a9d0ed4de51.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/man-db/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/man-db/man-db-2.9.4-r1.ebuild X-VCS-Directories: sys-apps/man-db/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 9006ff322234ddb44fa7bce4b4f96a9d0ed4de51 X-VCS-Branch: master Date: Fri, 20 Aug 2021 14:18:47 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6fd41ac0-c928-40ef-b6d6-7c105c67da91 X-Archives-Hash: cacf66135b46f6777cd4105899e02a2a commit: 9006ff322234ddb44fa7bce4b4f96a9d0ed4de51 Author: Fabian Groffen gentoo org> AuthorDate: Fri Aug 20 14:18:38 2021 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Fri Aug 20 14:18:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9006ff32 sys-apps/man-db-2.9.4-r1: restore Prefix keywords keywords were dropped in dacff66592c1745927caea717211fc7b78e3cdc2 for some reason, restore so we have a keyworded ebuild after 38ca8533c440558118b9b9b71c2196c6983a005a Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Fabian Groffen gentoo.org> sys-apps/man-db/man-db-2.9.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/man-db/man-db-2.9.4-r1.ebuild b/sys-apps/man-db/man-db-2.9.4-r1.ebuild index b96129617cc..4dd59206d9d 100644 --- a/sys-apps/man-db/man-db-2.9.4-r1.ebuild +++ b/sys-apps/man-db/man-db-2.9.4-r1.ebuild @@ -12,7 +12,7 @@ if [[ "${PV}" = 9999* ]] ; then EGIT_REPO_URI="https://git.savannah.gnu.org/git/man-db.git" else SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi LICENSE="GPL-3"