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 0AC03138334 for ; Thu, 28 Feb 2019 14:38:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4C19E0884; Thu, 28 Feb 2019 14:38:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B86E7E0884 for ; Thu, 28 Feb 2019 14:38:26 +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 743D9335CE7 for ; Thu, 28 Feb 2019 14:38:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15E95452 for ; Thu, 28 Feb 2019 14:38:24 +0000 (UTC) From: "Michael Haubenwallner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Haubenwallner" Message-ID: <1551364662.72fb74ebaedfa86d0ccc596baa83a01faf097378.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/metalog/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/metalog/metalog-20181125.ebuild X-VCS-Directories: app-admin/metalog/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: 72fb74ebaedfa86d0ccc596baa83a01faf097378 X-VCS-Branch: master Date: Thu, 28 Feb 2019 14:38:24 +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: cbc6bcde-b4a8-458f-af6f-d1d03af8f034 X-Archives-Hash: a07d6e493fc6344f43037e01e9342568 commit: 72fb74ebaedfa86d0ccc596baa83a01faf097378 Author: Michael Haubenwallner gentoo org> AuthorDate: Thu Feb 28 14:34:00 2019 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Thu Feb 28 14:37:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72fb74eb app-admin/metalog: add ~x64-cygwin keyword Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner gentoo.org> app-admin/metalog/metalog-20181125.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/metalog/metalog-20181125.ebuild b/app-admin/metalog/metalog-20181125.ebuild index a1ff860c0ea..04aafaba22f 100644 --- a/app-admin/metalog/metalog-20181125.ebuild +++ b/app-admin/metalog/metalog-20181125.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/hvisage/${PN}/archive/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~x86-fbsd" IUSE="unicode" RDEPEND=">=dev-libs/libpcre-3.4"