commit: 3ca41b72a727defb65a89a9418817bbdb27f429b Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Dec 21 09:49:27 2019 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Dec 21 09:52:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ca41b72
profiles: Deprecate virtual/emacs. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> profiles/package.deprecated | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index 4c450d93c64..b8e9ab16922 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -17,6 +17,13 @@ #--- END OF EXAMPLES --- +# Ulrich Müller <[email protected]> (2019-12-21) +# Live ebuilds for Emacs from Git have been consolidated into the +# app-editors/emacs package, which makes the virtual unnecessary. +# Packages should depend on >=app-editors/emacs-23.1:* instead. +# See the documentation of elisp-common.eclass for details. +virtual/emacs + # Michał Górny <[email protected]> (2019-12-09) # The pycrypto project is long dead, and has been forked into # dev-python/pycryptodome that's not entirely API compatible. Many
