summaryrefslogtreecommitdiff
path: root/app-emacs
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-01-02 23:16:41 +0100
committerUlrich Müller <ulm@gentoo.org>2018-01-02 23:23:53 +0100
commit61b7b3c74e3159efca9690afad0c9c9ae7a4b9db (patch)
tree43cc3a53430c26678f9fb6979046387b7b3246bc /app-emacs
parent4a007fb643fbfa4e591253b0a157d8e77c13832d (diff)
downloadgentoo-61b7b3c74e3159efca9690afad0c9c9ae7a4b9db.tar.gz
gentoo-61b7b3c74e3159efca9690afad0c9c9ae7a4b9db.tar.xz
app-emacs/gnuserv: Add missing inherit of desktop.eclass.
Closes: https://bugs.gentoo.org/643132 Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/gnuserv/gnuserv-3.12.8-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/gnuserv/gnuserv-3.12.8-r2.ebuild b/app-emacs/gnuserv/gnuserv-3.12.8-r2.ebuild
index 47823b7bd51..38b3c602b4d 100644
--- a/app-emacs/gnuserv/gnuserv-3.12.8-r2.ebuild
+++ b/app-emacs/gnuserv/gnuserv-3.12.8-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit elisp multilib fdo-mime
+inherit elisp multilib desktop fdo-mime
DESCRIPTION="Attach to an already running Emacs"
HOMEPAGE="http://meltin.net/hacks/emacs/"