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 8C3E2138334 for ; Sun, 3 Mar 2019 12:10:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A963FE08F4; Sun, 3 Mar 2019 12:10:31 +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 8310EE08F4 for ; Sun, 3 Mar 2019 12:10:31 +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 47361335C39 for ; Sun, 3 Mar 2019 12:10:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6520542 for ; Sun, 3 Mar 2019 12:10:28 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1551615012.44df8d4e27ab1b208e5a2223f65451d9fe4e96f6.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/hath/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/hath/hath-0.4.2.ebuild X-VCS-Directories: net-misc/hath/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 44df8d4e27ab1b208e5a2223f65451d9fe4e96f6 X-VCS-Branch: master Date: Sun, 3 Mar 2019 12:10:28 +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: 9c51afb8-fdaa-4c93-afc7-51c3ce7676a0 X-Archives-Hash: 6301faafdce648856f2cef882ee2f0f9 commit: 44df8d4e27ab1b208e5a2223f65451d9fe4e96f6 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Mar 3 12:10:12 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Mar 3 12:10:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44df8d4e net-misc/hath: amd64 stable wrt bug #678724 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" net-misc/hath/hath-0.4.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/hath/hath-0.4.2.ebuild b/net-misc/hath/hath-0.4.2.ebuild index feb82be539d..7756a367223 100644 --- a/net-misc/hath/hath-0.4.2.ebuild +++ b/net-misc/hath/hath-0.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="AGPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND=">=dev-haskell/cmdargs-0.10:=