Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/gnuserv/
Date: Tue, 02 Jan 2018 22:24:37
Message-Id: 1514931833.61b7b3c74e3159efca9690afad0c9c9ae7a4b9db.ulm@gentoo
1 commit: 61b7b3c74e3159efca9690afad0c9c9ae7a4b9db
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 2 22:16:41 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 2 22:23:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b7b3c7
7
8 app-emacs/gnuserv: Add missing inherit of desktop.eclass.
9
10 Closes: https://bugs.gentoo.org/643132
11 Package-Manager: Portage-2.3.19, Repoman-2.3.6
12
13 app-emacs/gnuserv/gnuserv-3.12.8-r2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-emacs/gnuserv/gnuserv-3.12.8-r2.ebuild b/app-emacs/gnuserv/gnuserv-3.12.8-r2.ebuild
17 index 47823b7bd51..38b3c602b4d 100644
18 --- a/app-emacs/gnuserv/gnuserv-3.12.8-r2.ebuild
19 +++ b/app-emacs/gnuserv/gnuserv-3.12.8-r2.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26
27 -inherit elisp multilib fdo-mime
28 +inherit elisp multilib desktop fdo-mime
29
30 DESCRIPTION="Attach to an already running Emacs"
31 HOMEPAGE="http://meltin.net/hacks/emacs/"