summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-12-20 16:55:26 +0100
committerUlrich Müller <ulm@gentoo.org>2019-12-20 23:48:18 +0100
commit199b6f7a0c26d2ed254f649ae4078e05904169bf (patch)
treea54d14f8d106b9edf9262344c544cf305182ef99 /app-misc/gtypist
parentapp-misc/cdargs: Update virtual/emacs dependency. (diff)
downloadgentoo-199b6f7a0c26d2ed254f649ae4078e05904169bf.tar.gz
gentoo-199b6f7a0c26d2ed254f649ae4078e05904169bf.tar.bz2
gentoo-199b6f7a0c26d2ed254f649ae4078e05904169bf.zip
app-misc/gtypist: 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 'app-misc/gtypist')
-rw-r--r--app-misc/gtypist/gtypist-2.9.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/gtypist/gtypist-2.9.5.ebuild b/app-misc/gtypist/gtypist-2.9.5.ebuild
index f15364a27288..0ecb2e7fd225 100644
--- a/app-misc/gtypist/gtypist-2.9.5.ebuild
+++ b/app-misc/gtypist/gtypist-2.9.5.ebuild
@@ -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}"