Skip to content

Commit

Permalink
app-i18n/skktools: Update virtual/emacs dependency.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ulm committed Dec 20, 2019
1 parent dbf66a5 commit 8ba5bbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app-i18n/skktools/skktools-1.3.3_p20170305.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions app-i18n/skktools/skktools-1.3.4.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"

Expand Down

0 comments on commit 8ba5bbc

Please sign in to comment.