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 42B5C138334 for ; Tue, 28 May 2019 10:52:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CF50E089D; Tue, 28 May 2019 10:52:18 +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 203E1E089D 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 EC0363451BA 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 5DAD6601 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: <1559040689.e2aad9caa6a00739775bf35df177bac73588bd21.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/old-time/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/old-time/old-time-1.1.0.3-r1.ebuild X-VCS-Directories: dev-haskell/old-time/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: e2aad9caa6a00739775bf35df177bac73588bd21 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: ea78c37e-8300-491e-81ab-87637030ead5 X-Archives-Hash: 2dfdff75b7de441bc453fed1c5df3a82 commit: e2aad9caa6a00739775bf35df177bac73588bd21 Author: Michael Haubenwallner gentoo org> AuthorDate: Tue May 28 10:43:00 2019 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Tue May 28 10:51:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2aad9ca dev-haskell/old-time: add ~amd64-linux keyword Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner gentoo.org> dev-haskell/old-time/old-time-1.1.0.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-haskell/old-time/old-time-1.1.0.3-r1.ebuild b/dev-haskell/old-time/old-time-1.1.0.3-r1.ebuild index 6d908455b67..861166b6424 100644 --- a/dev-haskell/old-time/old-time-1.1.0.3-r1.ebuild +++ b/dev-haskell/old-time/old-time-1.1.0.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 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" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux" IUSE="" RDEPEND=">=dev-haskell/old-locale-1.0:=[profile?]