diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 16:57:44 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 23:48:21 +0100 |
commit | 786579613cef6444500ea195e8520c736ac95060 (patch) | |
tree | 89521cfd5427d997f0eb3246f4ebab330b660498 /app-text/xdvik | |
parent | app-text/txt2tags: Update virtual/emacs dependency. (diff) | |
download | gentoo-786579613cef6444500ea195e8520c736ac95060.tar.gz gentoo-786579613cef6444500ea195e8520c736ac95060.tar.bz2 gentoo-786579613cef6444500ea195e8520c736ac95060.zip |
app-text/xdvik: 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-text/xdvik')
-rw-r--r-- | app-text/xdvik/xdvik-22.87.03-r1.ebuild | 4 | ||||
-rw-r--r-- | app-text/xdvik/xdvik-22.87.03-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/xdvik/xdvik-22.87.03-r1.ebuild b/app-text/xdvik/xdvik-22.87.03-r1.ebuild index b52295a19d1e..3f2fbc15dc71 100644 --- a/app-text/xdvik/xdvik-22.87.03-r1.ebuild +++ b/app-text/xdvik/xdvik-22.87.03-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,7 +19,7 @@ RDEPEND="media-libs/freetype:2 x11-libs/libXmu x11-libs/libXpm x11-libs/libXt - emacs? ( virtual/emacs ) + emacs? ( >=app-editors/emacs-23.1:* ) motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) diff --git a/app-text/xdvik/xdvik-22.87.03-r2.ebuild b/app-text/xdvik/xdvik-22.87.03-r2.ebuild index d31665bbb6c4..5ec22d077c6e 100644 --- a/app-text/xdvik/xdvik-22.87.03-r2.ebuild +++ b/app-text/xdvik/xdvik-22.87.03-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ CDEPEND=">=media-libs/freetype-2.9.1-r2:2 x11-libs/libXmu x11-libs/libXpm x11-libs/libXt - emacs? ( virtual/emacs ) + emacs? ( >=app-editors/emacs-23.1:* ) motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) |