diff options
author | 2019-12-20 16:57:08 +0100 | |
---|---|---|
committer | 2019-12-20 23:48:20 +0100 | |
commit | c12609a4f772b3f02e0cf5359506527a4625ade9 (patch) | |
tree | 10b6e6944aee047eb77e4c3cd920ec857921ca19 /app-text | |
parent | app-text/namazu: Update virtual/emacs dependency. (diff) | |
download | gentoo-c12609a4f772b3f02e0cf5359506527a4625ade9.tar.gz gentoo-c12609a4f772b3f02e0cf5359506527a4625ade9.tar.bz2 gentoo-c12609a4f772b3f02e0cf5359506527a4625ade9.zip |
app-text/txt2tags: 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')
-rw-r--r-- | app-text/txt2tags/txt2tags-2.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/txt2tags/txt2tags-2.6-r1.ebuild b/app-text/txt2tags/txt2tags-2.6-r1.ebuild index a1ae6ff89610..142ed1befe04 100644 --- a/app-text/txt2tags/txt2tags-2.6-r1.ebuild +++ b/app-text/txt2tags/txt2tags-2.6-r1.ebuild @@ -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}" |