diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 15:23:00 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 15:26:48 +0100 |
commit | 6f2a22452646a37457701c734f4e72da547b81c3 (patch) | |
tree | 7c7fea8af96ec960638da63fd4a4212d57626d28 | |
parent | net-misc/teamviewer: fix slot (diff) | |
download | gentoo-6f2a22452646a37457701c734f4e72da547b81c3.tar.gz gentoo-6f2a22452646a37457701c734f4e72da547b81c3.tar.bz2 gentoo-6f2a22452646a37457701c734f4e72da547b81c3.zip |
app-emacs/emacs-daemon: Drop dependency on virtual/emacs.
This is already implied by elisp.eclass.
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-0.22.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app-emacs/emacs-daemon/emacs-daemon-0.22.ebuild b/app-emacs/emacs-daemon/emacs-daemon-0.22.ebuild index 6e53e7f176aa..396b2978db3e 100644 --- a/app-emacs/emacs-daemon/emacs-daemon-0.22.ebuild +++ b/app-emacs/emacs-daemon/emacs-daemon-0.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,9 +13,6 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" -DEPEND=">=virtual/emacs-23" -RDEPEND="${DEPEND}" - SITEFILE="10${PN}-gentoo.el" pkg_setup() { |