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 A46A7138334 for ; Sun, 29 Sep 2019 21:00:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 923CAE0883; Sun, 29 Sep 2019 21:00:21 +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 5EB93E0883 for ; Sun, 29 Sep 2019 21:00:21 +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 9D07034B6D5 for ; Sun, 29 Sep 2019 21:00:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDDDF7E9 for ; Sun, 29 Sep 2019 21:00:10 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1569790803.40ec5257ba9fe2da3e1b6608ed0e1f0478f4e18d.slyfox@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: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 40ec5257ba9fe2da3e1b6608ed0e1f0478f4e18d X-VCS-Branch: master Date: Sun, 29 Sep 2019 21:00:10 +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: 1a4deca2-ca20-4aaa-b758-eca7e7faf95d X-Archives-Hash: 19a971636c17c13600009e25ad4e480e commit: 40ec5257ba9fe2da3e1b6608ed0e1f0478f4e18d Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Sep 29 20:56:14 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Sep 29 21:00:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40ec5257 app-editors/jed: stable 0.99.19-r1 for ppc64, bug #695680 Package-Manager: Portage-2.3.76, Repoman-2.3.17 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich 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 7b9409f7f97..5122c5bd987 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