diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-06-06 18:16:00 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-06-06 19:20:41 +0200 |
commit | ee2c5b72cedf3eeda6c0487793311482ccfb9fa6 (patch) | |
tree | 2e914b0827ea05828b120cba13a23b77756dac4b /app-editors | |
parent | app-cdr/gaffitter: fix bug #933664 (diff) | |
download | gentoo-ee2c5b72cedf3eeda6c0487793311482ccfb9fa6.tar.gz gentoo-ee2c5b72cedf3eeda6c0487793311482ccfb9fa6.tar.bz2 gentoo-ee2c5b72cedf3eeda6c0487793311482ccfb9fa6.zip |
app-editors/emacs: fix MissingInherits
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/emacs-27.2-r16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/emacs/emacs-27.2-r16.ebuild b/app-editors/emacs/emacs-27.2-r16.ebuild index 811b5cfa5e5b..8606abac7305 100644 --- a/app-editors/emacs/emacs-27.2-r16.ebuild +++ b/app-editors/emacs/emacs-27.2-r16.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools elisp-common readme.gentoo-r1 toolchain-funcs +inherit autotools elisp-common flag-o-matic readme.gentoo-r1 toolchain-funcs if [[ ${PV##*.} = 9999 ]]; then inherit git-r3 |