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 4F4D113835A for ; Sun, 7 Mar 2021 14:45:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FB8CE0848; Sun, 7 Mar 2021 14:45:08 +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 6836AE0848 for ; Sun, 7 Mar 2021 14:45:08 +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 62F71335C8E for ; Sun, 7 Mar 2021 14:45:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E0464F1 for ; Sun, 7 Mar 2021 14:45:06 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1615128295.e56c9be933c870989b4fb1e3ac4aca6bd6d45619.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/hexcurse/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/hexcurse/hexcurse-1.60.0.ebuild X-VCS-Directories: app-editors/hexcurse/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: e56c9be933c870989b4fb1e3ac4aca6bd6d45619 X-VCS-Branch: master Date: Sun, 7 Mar 2021 14:45:06 +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: 2f5c5b9c-2d06-47ca-a0b3-f96f992dec20 X-Archives-Hash: cf2e6138cf53a453beec94b0adaeb643 commit: e56c9be933c870989b4fb1e3ac4aca6bd6d45619 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Mar 7 14:44:55 2021 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Mar 7 14:44:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e56c9be9 app-editors/hexcurse: x86 stable wrt bug #763246 Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> app-editors/hexcurse/hexcurse-1.60.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/hexcurse/hexcurse-1.60.0.ebuild b/app-editors/hexcurse/hexcurse-1.60.0.ebuild index 3512038ef7e..518a262b5d7 100644 --- a/app-editors/hexcurse/hexcurse-1.60.0.ebuild +++ b/app-editors/hexcurse/hexcurse-1.60.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/LonnyGomes/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" RDEPEND=">=sys-libs/ncurses-5.2:0=" DEPEND="${RDEPEND}"