diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-03-18 21:31:35 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-03-18 21:32:23 +0100 |
commit | 7d0db8cb6c8195455d3a548e00e8cbd49c1feb4c (patch) | |
tree | 04e25afea813bd8afdf89dbdfacaf04f8961dbf1 /app-emacs/gnuserv | |
parent | profiles: package.mask: add net-wireless/libm2k (diff) | |
download | gentoo-7d0db8cb6c8195455d3a548e00e8cbd49c1feb4c.tar.gz gentoo-7d0db8cb6c8195455d3a548e00e8cbd49c1feb4c.tar.bz2 gentoo-7d0db8cb6c8195455d3a548e00e8cbd49c1feb4c.zip |
app-emacs/gnuserv: Drop unused multilib inherit
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/gnuserv')
-rw-r--r-- | app-emacs/gnuserv/gnuserv-3.12.8-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/gnuserv/gnuserv-3.12.8-r5.ebuild b/app-emacs/gnuserv/gnuserv-3.12.8-r5.ebuild index 142d9eeeeaf7..fdd9b4a6d7ca 100644 --- a/app-emacs/gnuserv/gnuserv-3.12.8-r5.ebuild +++ b/app-emacs/gnuserv/gnuserv-3.12.8-r5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit elisp multilib desktop xdg-utils +inherit elisp desktop xdg-utils DESCRIPTION="Attach to an already running Emacs" HOMEPAGE="http://meltin.net/hacks/emacs/" |