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 2709E138335 for ; Tue, 28 May 2019 10:52:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10244E08BE; Tue, 28 May 2019 10:52:19 +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 E9B9DE08BE for ; Tue, 28 May 2019 10:52:17 +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 6516B3451B3 for ; Tue, 28 May 2019 10:52:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10826452 for ; Tue, 28 May 2019 10:52:14 +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: <1559040688.7c6e3dc29c58aefcaa0ce192c89ba11d9f3663cd.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/mmap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/mmap/mmap-0.5.9.ebuild X-VCS-Directories: dev-haskell/mmap/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: 7c6e3dc29c58aefcaa0ce192c89ba11d9f3663cd X-VCS-Branch: master Date: Tue, 28 May 2019 10:52:14 +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: 6f6fbfb2-be9a-498a-b64d-a7ae69eef8af X-Archives-Hash: 1a1f2fd9592e8370edffb386534d99f4 commit: 7c6e3dc29c58aefcaa0ce192c89ba11d9f3663cd Author: Michael Haubenwallner gentoo org> AuthorDate: Tue May 28 10:42:31 2019 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Tue May 28 10:51:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c6e3dc2 dev-haskell/mmap: add ~amd64-linux keyword Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner gentoo.org> dev-haskell/mmap/mmap-0.5.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-haskell/mmap/mmap-0.5.9.ebuild b/dev-haskell/mmap/mmap-0.5.9.ebuild index 07394084092..653f5c00d35 100644 --- a/dev-haskell/mmap/mmap-0.5.9.ebuild +++ b/dev-haskell/mmap/mmap-0.5.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x86-macos" # IUSE="test" IUSE=""