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 78FFA139085 for ; Sun, 5 Feb 2017 09:53:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6065C21C03C; Sun, 5 Feb 2017 09:53:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 398DD21C03C for ; Sun, 5 Feb 2017 09:53:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB20134161D for ; Sun, 5 Feb 2017 09:53:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28BFA3B8E for ; Sun, 5 Feb 2017 09:53:10 +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: <1486288351.ffd0007a441f96ce12ffb629b3954af1fbec8432.ulm@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.0.1.ebuild X-VCS-Directories: app-emacs/org-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: ffd0007a441f96ce12ffb629b3954af1fbec8432 X-VCS-Branch: master Date: Sun, 5 Feb 2017 09:53: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-Archives-Salt: 0147327e-c790-4fcd-94c5-cb026fd7f4ab X-Archives-Hash: 08d048174bea8fc5f491edbec02a3b62 commit: ffd0007a441f96ce12ffb629b3954af1fbec8432 Author: Ulrich Müller gentoo org> AuthorDate: Sun Feb 5 09:00:49 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Feb 5 09:52:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffd0007a app-emacs/org-mode: Emacs 23 support has been dropped. Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-emacs/org-mode/org-mode-9.0.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-emacs/org-mode/org-mode-9.0.1.ebuild b/app-emacs/org-mode/org-mode-9.0.1.ebuild index f73e495..c943b39 100644 --- a/app-emacs/org-mode/org-mode-9.0.1.ebuild +++ b/app-emacs/org-mode/org-mode-9.0.1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 +NEED_EMACS=24 inherit elisp readme.gentoo-r1