dev-util/global: Update virtual/emacs dependency.
authorUlrich Müller <ulm@gentoo.org>
Fri, 20 Dec 2019 16:17:32 +0000 (17:17 +0100)
committerUlrich Müller <ulm@gentoo.org>
Fri, 20 Dec 2019 22:48:38 +0000 (23:48 +0100)
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>
dev-util/global/global-6.3.1.ebuild
dev-util/global/global-6.5.7.ebuild

index 01ef75d4b4e6f9700e6ae94e3a1ceb59512a1cd0..4385230ea95812512dceaf5698681849f08b68f0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -16,7 +16,7 @@ IUSE="doc emacs vim"
 
 RDEPEND="|| ( dev-libs/libltdl:0 sys-devel/libtool:2 )
        sys-libs/ncurses
-       emacs? ( virtual/emacs )
+       emacs? ( >=app-editors/emacs-23.1:* )
        vim? ( || ( app-editors/vim app-editors/gvim ) )"
 DEPEND="${DEPEND}
        doc? ( app-text/texi2html sys-apps/texinfo )"
index 196d3ce0b9c6e2dfda09f9d5afad229efd4d14d2..2b19aa0f759faa47ba67cc893ed89d17a39720bd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ IUSE="doc emacs vim"
 
 RDEPEND="
        sys-libs/ncurses
-       emacs? ( virtual/emacs )
+       emacs? ( >=app-editors/emacs-23.1:* )
        vim? ( || (
                        app-editors/vim
                        app-editors/gvim