diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 17:02:04 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 23:48:28 +0100 |
commit | 9641f79eb406c76cefb25b3cbefe2d4ba0382f6b (patch) | |
tree | 830e0cb5d40219a7438d83e21805a90e102348a0 /dev-lisp | |
parent | dev-libs/protobuf: Update virtual/emacs dependency. (diff) | |
download | gentoo-9641f79eb406c76cefb25b3cbefe2d4ba0382f6b.tar.gz gentoo-9641f79eb406c76cefb25b3cbefe2d4ba0382f6b.tar.bz2 gentoo-9641f79eb406c76cefb25b3cbefe2d4ba0382f6b.zip |
dev-lisp/ecls: Update virtual/emacs dependency.
The virtual is deprecated, depend on app-editors/emacs instead.
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/ecls/ecls-16.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/ecls/ecls-16.1.3.ebuild b/dev-lisp/ecls/ecls-16.1.3.ebuild index 294b95487e82..862606756cbf 100644 --- a/dev-lisp/ecls/ecls-16.1.3.ebuild +++ b/dev-lisp/ecls/ecls-16.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -26,7 +26,7 @@ CDEPEND="dev-libs/gmp:0 >=dev-lisp/asdf-2.33-r3:=" DEPEND="${CDEPEND} app-text/texi2html - emacs? ( virtual/emacs >=app-eselect/eselect-emacs-1.12 )" + emacs? ( >=app-editors/emacs-23.1:* >=app-eselect/eselect-emacs-1.12 )" RDEPEND="${CDEPEND}" S="${WORKDIR}"/${MY_P} |