commit: 61b7b3c74e3159efca9690afad0c9c9ae7a4b9db Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue Jan 2 22:16:41 2018 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Jan 2 22:23:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b7b3c7
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 app-emacs/gnuserv/gnuserv-3.12.8-r2.ebuild | 4 ++-- 1 file 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/"