diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 16:53:02 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 23:48:15 +0100 |
commit | 9ce540ad5ece219e185f337030f69390ce4217e2 (patch) | |
tree | bdae4f2232d61c69ada4dc368cfc38380a7df8f2 /app-i18n/anthy | |
parent | app-emacs/ghc-mod: Add missing dependency on app-editors/emacs. (diff) | |
download | gentoo-9ce540ad5ece219e185f337030f69390ce4217e2.tar.gz gentoo-9ce540ad5ece219e185f337030f69390ce4217e2.tar.bz2 gentoo-9ce540ad5ece219e185f337030f69390ce4217e2.zip |
app-i18n/anthy: 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-i18n/anthy')
-rw-r--r-- | app-i18n/anthy/anthy-9100h-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-i18n/anthy/anthy-9100h-r2.ebuild b/app-i18n/anthy/anthy-9100h-r2.ebuild index 2ae79f831a70..9649482b7f9d 100644 --- a/app-i18n/anthy/anthy-9100h-r2.ebuild +++ b/app-i18n/anthy/anthy-9100h-r2.ebuild @@ -15,7 +15,7 @@ KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x8 IUSE="canna-2ch emacs static-libs" BDEPEND="canna-2ch? ( app-dicts/canna-2ch ) - emacs? ( virtual/emacs )" + emacs? ( >=app-editors/emacs-23.1:* )" DEPEND="" RDEPEND="${BDEPEND}" |