diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-02-05 10:00:49 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-02-05 10:52:31 +0100 |
commit | ffd0007a441f96ce12ffb629b3954af1fbec8432 (patch) | |
tree | 01b1af0a5ae3c955465f70fdd0b63e13d17ed3a6 /app-emacs | |
parent | dev-libs/libproccpuinfo: Remove 0.0.8 (r0) (diff) | |
download | gentoo-ffd0007a441f96ce12ffb629b3954af1fbec8432.tar.gz gentoo-ffd0007a441f96ce12ffb629b3954af1fbec8432.tar.bz2 gentoo-ffd0007a441f96ce12ffb629b3954af1fbec8432.zip |
app-emacs/org-mode: Emacs 23 support has been dropped.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/org-mode/org-mode-9.0.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 f73e49556dfa..c943b3949fec 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 |