app-text/txt2tags: Update virtual/emacs dependency.
authorUlrich Müller <ulm@gentoo.org>
Fri, 20 Dec 2019 15:57:08 +0000 (16:57 +0100)
committerUlrich Müller <ulm@gentoo.org>
Fri, 20 Dec 2019 22:48:20 +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>
app-text/txt2tags/txt2tags-2.6-r1.ebuild

index a1ae6ff89610c6069aee1e92543977cf1395a885..142ed1befe0460600cc269fe0df3822923acebbd 100644 (file)
@@ -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=5
@@ -25,7 +25,7 @@ DEPEND="${PYTHON_DEPS}
                        app-editors/gvim
                )
        )
-       emacs? ( virtual/emacs )"
+       emacs? ( >=app-editors/emacs-23.1:* )"
 
 RDEPEND="${DEPEND}"