app-misc/gtypist: Update virtual/emacs dependency.
authorUlrich Müller <ulm@gentoo.org>
Fri, 20 Dec 2019 15:55:26 +0000 (16:55 +0100)
committerUlrich Müller <ulm@gentoo.org>
Fri, 20 Dec 2019 22:48:18 +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-misc/gtypist/gtypist-2.9.5.ebuild

index f15364a272889e9e6847ee47726dd10e0ea8acab..0ecb2e7fd2255545bbe597730172bf2566c287d0 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=5
@@ -16,7 +16,7 @@ IUSE="nls emacs xemacs"
 
 DEPEND="
        >=sys-libs/ncurses-5.2:0=
-       emacs? ( virtual/emacs )
+       emacs? ( >=app-editors/emacs-23.1:* )
        xemacs? ( !emacs? ( app-editors/xemacs app-xemacs/fsf-compat ) )
 "
 RDEPEND="${DEPEND}"