commit: 394f4839b464561710272696c69e0851844f7dc7
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 9 20:37:38 2025 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 9 20:50:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=394f4839
app-emacs/emacs-daemon: Update for "upstream" package changes
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/emacs-daemon/emacs-daemon-9999.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
index 12dfa92..797198b 100644
--- a/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
+++ b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}"
LICENSE="GPL-2+"
SLOT="0"
-SITEFILE="10${PN}-gentoo.el"
+RDEPEND=">=app-emacs/emacs-common-1.11"
pkg_setup() {
local has_daemon has_gtk line
@@ -47,8 +47,5 @@ src_compile() { :; }
src_install() {
newinitd emacs.rc emacs
newconfd emacs.conf emacs
- exeinto /usr/libexec/emacs
- doexe emacs-wrapper.sh
- elisp-site-file-install "${SITEFILE}"
dodoc README ChangeLog
}