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 9448113835A for ; Thu, 12 Nov 2020 22:54:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB0DAE0907; Thu, 12 Nov 2020 22:54:54 +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 B4892E0907 for ; Thu, 12 Nov 2020 22:54:54 +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 ADBB4335DD0 for ; Thu, 12 Nov 2020 22:54:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0BA0450 for ; Thu, 12 Nov 2020 22:54:50 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1605221681.0f84e61370dcde66e46e8f9174b7f1b20be4adcc.whissi@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.4.ebuild X-VCS-Directories: app-emacs/org-mode/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 0f84e61370dcde66e46e8f9174b7f1b20be4adcc X-VCS-Branch: master Date: Thu, 12 Nov 2020 22:54:50 +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: e76abf43-708f-4475-be56-a2b4c0ff9709 X-Archives-Hash: c0d54f2d53f75e31309456eef35a9717 commit: 0f84e61370dcde66e46e8f9174b7f1b20be4adcc Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Nov 12 22:52:20 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Nov 12 22:54:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f84e613 app-emacs/org-mode: x86 stable (bug #753116) Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann gentoo.org> app-emacs/org-mode/org-mode-9.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/org-mode/org-mode-9.4.ebuild b/app-emacs/org-mode/org-mode-9.4.ebuild index c76f77afc53..3388847d912 100644 --- a/app-emacs/org-mode/org-mode-9.4.ebuild +++ b/app-emacs/org-mode/org-mode-9.4.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"