commit: cc4f366b4912fd6e79bfdea2680b7a3c18a8c488 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Fri Jan 2 12:03:36 2026 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri Jan 2 12:03:36 2026 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=cc4f366b
app-xemacs/ebuild-mode: Lists all inherits in one line Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild index 793656a..ddaef99 100644 --- a/app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild +++ b/app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild @@ -1,15 +1,13 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit optfeature - EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/ebuild-mode.git" EGIT_BRANCH="master" EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}" -inherit git-r3 +inherit git-r3 optfeature DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
