diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-21 19:27:21 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-21 19:27:21 +0100 |
commit | b754301f6f3e8cb69948e5401e42367dbbb3c7b2 (patch) | |
tree | 1d860cf8e28789e079070f4c8a2d432b3c43ecc2 | |
parent | app-emacs/emacs-common-gentoo: Sync from gentoo repo. (diff) | |
download | emacs-b754301f6f3e8cb69948e5401e42367dbbb3c7b2.tar.gz emacs-b754301f6f3e8cb69948e5401e42367dbbb3c7b2.tar.bz2 emacs-b754301f6f3e8cb69948e5401e42367dbbb3c7b2.zip |
app-emacs/emacs-daemon: 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-emacs/emacs-daemon/emacs-daemon-9999.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild index 1f1045c..548100e 100644 --- a/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild +++ b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,9 +15,6 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs" LICENSE="GPL-2+" SLOT="0" -DEPEND=">=virtual/emacs-23" -RDEPEND="${DEPEND}" - S="${WORKDIR}/${PN}" SITEFILE="10${PN}-gentoo.el" |