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 D96A0138239 for ; Thu, 30 Aug 2018 05:59:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C46E5E0819; Thu, 30 Aug 2018 05:59:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9FC63E0819 for ; Thu, 30 Aug 2018 05:59:06 +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 757FF335CDE for ; Thu, 30 Aug 2018 05:59:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4971E275 for ; Thu, 30 Aug 2018 05:59:02 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1535608165.eec2b5c9ade34eb37395940b9393e3824024a2be.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/emacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/emacs/emacs-26.ebuild X-VCS-Directories: virtual/emacs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: eec2b5c9ade34eb37395940b9393e3824024a2be X-VCS-Branch: master Date: Thu, 30 Aug 2018 05:59:02 +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-Archives-Salt: 4c2ac712-e65b-47d8-bdd8-d928c9f36944 X-Archives-Hash: 81a751eee6d8303cb2b70fbd93141ca8 commit: eec2b5c9ade34eb37395940b9393e3824024a2be Author: Ulrich Müller gentoo org> AuthorDate: Thu Aug 30 05:49:25 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Aug 30 05:49:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eec2b5c9 virtual/emacs: arm stable. Package-Manager: Portage-2.3.48, Repoman-2.3.10 virtual/emacs/emacs-26.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/emacs/emacs-26.ebuild b/virtual/emacs/emacs-26.ebuild index e7c8448e573..71f91bc4d50 100644 --- a/virtual/emacs/emacs-26.ebuild +++ b/virtual/emacs/emacs-26.ebuild @@ -5,6 +5,6 @@ EAPI=6 DESCRIPTION="Virtual for GNU Emacs" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" RDEPEND="|| ( app-editors/emacs:26 >=app-editors/emacs-vcs-26.1 )"