diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 16:56:44 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 23:48:20 +0100 |
commit | 3795f358680bf7164aecd6b5d86a7123988923d3 (patch) | |
tree | 004e78effcbf24da81f33c53232d19ac5c765d4f /app-text/namazu | |
parent | app-text/a2ps: Update virtual/emacs dependency. (diff) | |
download | gentoo-3795f358680bf7164aecd6b5d86a7123988923d3.tar.gz gentoo-3795f358680bf7164aecd6b5d86a7123988923d3.tar.bz2 gentoo-3795f358680bf7164aecd6b5d86a7123988923d3.zip |
app-text/namazu: 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/namazu')
-rw-r--r-- | app-text/namazu/namazu-2.0.21.ebuild | 4 | ||||
-rw-r--r-- | app-text/namazu/namazu-2.0.22_pre7.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/namazu/namazu-2.0.21.ebuild b/app-text/namazu/namazu-2.0.21.ebuild index 7a542c06eb94..54ecb12f321d 100644 --- a/app-text/namazu/namazu-2.0.21.ebuild +++ b/app-text/namazu/namazu-2.0.21.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="6" @@ -15,7 +15,7 @@ KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="emacs l10n_ja nls static-libs tk" RDEPEND="dev-perl/File-MMagic - emacs? ( virtual/emacs ) + emacs? ( >=app-editors/emacs-23.1:* ) l10n_ja? ( app-i18n/nkf || ( diff --git a/app-text/namazu/namazu-2.0.22_pre7.ebuild b/app-text/namazu/namazu-2.0.22_pre7.ebuild index b0e98040e377..8bb626158323 100644 --- a/app-text/namazu/namazu-2.0.22_pre7.ebuild +++ b/app-text/namazu/namazu-2.0.22_pre7.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="6" @@ -17,7 +17,7 @@ KEYWORDS="" IUSE="emacs l10n_ja nls static-libs tk" RDEPEND="dev-perl/File-MMagic - emacs? ( virtual/emacs ) + emacs? ( >=app-editors/emacs-23.1:* ) l10n_ja? ( app-i18n/nkf || ( |