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 23778138334 for ; Wed, 2 Oct 2019 18:54:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 601D3E08D1; Wed, 2 Oct 2019 18:54:00 +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 4764FE08D1 for ; Wed, 2 Oct 2019 18:54:00 +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 4B6F734B7BE for ; Wed, 2 Oct 2019 18:53:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3D51771 for ; Wed, 2 Oct 2019 18:53:56 +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: <1570042423.7f5ee3746dd861ba9d2aa33e0e9de380c949e71b.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/jed/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/jed/jed-0.99.19-r1.ebuild X-VCS-Directories: app-editors/jed/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 7f5ee3746dd861ba9d2aa33e0e9de380c949e71b X-VCS-Branch: master Date: Wed, 2 Oct 2019 18:53:56 +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: fc3bfd96-94ab-4cb4-b983-33508c6ee8de X-Archives-Hash: 9963a0a07e88a37504667b09e4bcc50d commit: 7f5ee3746dd861ba9d2aa33e0e9de380c949e71b Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Oct 2 18:50:59 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Oct 2 18:53:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f5ee374 app-editors/jed: x86 stable wrt bug #695680 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> app-editors/jed/jed-0.99.19-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/jed/jed-0.99.19-r1.ebuild b/app-editors/jed/jed-0.99.19-r1.ebuild index 5122c5bd987..d03cfcd6c4b 100644 --- a/app-editors/jed/jed-0.99.19-r1.ebuild +++ b/app-editors/jed/jed-0.99.19-r1.ebuild @@ -10,7 +10,7 @@ SRC_URI="ftp://space.mit.edu/pub/davis/jed/v${PV%.*}/${MY_P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="X gpm xft" RDEPEND=">=sys-libs/slang-2