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 35D431382C5 for ; Sun, 28 Jun 2020 20:44:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6743DE09EA; Sun, 28 Jun 2020 20:44:25 +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 4ECC9E09EA for ; Sun, 28 Jun 2020 20:44:25 +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 1533634F2FA for ; Sun, 28 Jun 2020 20:44:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EFDC2C5 for ; Sun, 28 Jun 2020 20:44:21 +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: <1593376989.d6c218cc3f96a6447600bdb06bdf417ef24434d7.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/org-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/org-mode/org-mode-9.3.6.ebuild X-VCS-Directories: app-emacs/org-mode/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: d6c218cc3f96a6447600bdb06bdf417ef24434d7 X-VCS-Branch: master Date: Sun, 28 Jun 2020 20:44:21 +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: fc46e6ea-fd49-427a-9db8-34c5f6718c97 X-Archives-Hash: 3db8af8bdb968cc633d623947e13473b commit: d6c218cc3f96a6447600bdb06bdf417ef24434d7 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Jun 28 20:43:09 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Jun 28 20:43:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6c218cc app-emacs/org-mode: x86 stable wrt bug #729646 Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> app-emacs/org-mode/org-mode-9.3.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/org-mode/org-mode-9.3.6.ebuild b/app-emacs/org-mode/org-mode-9.3.6.ebuild index ec4cea076f9..d8248f25435 100644 --- a/app-emacs/org-mode/org-mode-9.3.6.ebuild +++ b/app-emacs/org-mode/org-mode-9.3.6.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://orgmode.org/org-${PV}.tar.gz" LICENSE="GPL-3+ FDL-1.3+ contrib? ( GPL-2+ MIT ) odt-schema? ( OASIS-Open )" SLOT="0" -KEYWORDS="amd64 ppc ~x86 ~x86-macos" +KEYWORDS="amd64 ppc x86 ~x86-macos" IUSE="contrib doc odt-schema" RESTRICT="test"