From: Ulrich Müller Date: Sat, 22 Feb 2020 17:03:41 +0000 (+0100) Subject: app-editors/emacs: Drop unnecessary eutils inherit. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d0620f9b4563fdd9f8689f57e422856c833067c2;p=gentoo.git app-editors/emacs: Drop unnecessary eutils inherit. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Ulrich Müller --- diff --git a/app-editors/emacs/emacs-24.5-r7.ebuild b/app-editors/emacs/emacs-24.5-r7.ebuild index 766dec538902..e9c1acefad7f 100644 --- a/app-editors/emacs/emacs-24.5-r7.ebuild +++ b/app-editors/emacs/emacs-24.5-r7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools elisp-common eutils flag-o-matic readme.gentoo-r1 +inherit autotools elisp-common flag-o-matic readme.gentoo-r1 DESCRIPTION="The extensible, customizable, self-documenting real-time display editor" HOMEPAGE="https://www.gnu.org/software/emacs/"