diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-21 19:26:40 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-21 19:26:40 +0100 |
commit | 427680d701d9e4168102fca3db03fec1e4117637 (patch) | |
tree | 95837587e9cd63acd2dbde9a10657ad3f06742f5 | |
parent | elisp*.eclass: Sync from gentoo repo. (diff) | |
download | emacs-427680d701d9e4168102fca3db03fec1e4117637.tar.gz emacs-427680d701d9e4168102fca3db03fec1e4117637.tar.bz2 emacs-427680d701d9e4168102fca3db03fec1e4117637.zip |
app-admin/emacs-updater: Sync from gentoo repo.
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | app-admin/emacs-updater/emacs-updater-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/emacs-updater/emacs-updater-9999.ebuild b/app-admin/emacs-updater/emacs-updater-9999.ebuild index e25f250..58a609b 100644 --- a/app-admin/emacs-updater/emacs-updater-9999.ebuild +++ b/app-admin/emacs-updater/emacs-updater-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git" EGIT_BRANCH="${PN}" @@ -17,8 +17,8 @@ SLOT="0" DEPEND="|| ( sys-apps/util-linux app-misc/getopt )" RDEPEND="${DEPEND} - >=app-portage/portage-utils-0.3 - virtual/emacs" + >=app-editors/emacs-23.1:* + >=app-portage/portage-utils-0.3" S="${WORKDIR}/${PN}" |