diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 16:53:50 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 23:48:16 +0100 |
commit | 8ba5bbc7c5aa594c2acfdda15d88292cb09e7f31 (patch) | |
tree | 5b86dee8af33f4c3fbd5151f773d2e30e06140ab /app-i18n | |
parent | app-i18n/mozc: Update virtual/emacs dependency. (diff) | |
download | gentoo-8ba5bbc7c5aa594c2acfdda15d88292cb09e7f31.tar.gz gentoo-8ba5bbc7c5aa594c2acfdda15d88292cb09e7f31.tar.bz2 gentoo-8ba5bbc7c5aa594c2acfdda15d88292cb09e7f31.zip |
app-i18n/skktools: 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')
-rw-r--r-- | app-i18n/skktools/skktools-1.3.3_p20170305.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/skktools/skktools-1.3.4.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-i18n/skktools/skktools-1.3.3_p20170305.ebuild b/app-i18n/skktools/skktools-1.3.3_p20170305.ebuild index bf622beb43df..b7fa7d4f12d0 100644 --- a/app-i18n/skktools/skktools-1.3.3_p20170305.ebuild +++ b/app-i18n/skktools/skktools-1.3.3_p20170305.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" @@ -18,7 +18,7 @@ IUSE="emacs" RDEPEND="dev-libs/glib:2 sys-libs/gdbm - emacs? ( virtual/emacs )" + emacs? ( >=app-editors/emacs-23.1:* )" DEPEND="${RDEPEND} virtual/pkgconfig" diff --git a/app-i18n/skktools/skktools-1.3.4.ebuild b/app-i18n/skktools/skktools-1.3.4.ebuild index 31dc8f2d8b1a..bebc1e789326 100644 --- a/app-i18n/skktools/skktools-1.3.4.ebuild +++ b/app-i18n/skktools/skktools-1.3.4.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" @@ -16,7 +16,7 @@ IUSE="emacs" RDEPEND="dev-libs/glib:2 sys-libs/gdbm - emacs? ( virtual/emacs )" + emacs? ( >=app-editors/emacs-23.1:* )" DEPEND="${RDEPEND} virtual/pkgconfig" |