commit: 13ba48a8d07f6a190ec89d2047902fc422ad9a5b Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Mon Feb 17 17:59:38 2025 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Mon Feb 17 18:03:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13ba48a8
app-misc/mc: fix UnusedInherits Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> app-misc/mc/mc-4.8.33.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/mc/mc-4.8.33.ebuild b/app-misc/mc/mc-4.8.33.ebuild index 157d93d99e35..691267e4b2c6 100644 --- a/app-misc/mc/mc-4.8.33.ebuild +++ b/app-misc/mc/mc-4.8.33.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools flag-o-matic +inherit flag-o-matic MY_P="${P/_/-}" DESCRIPTION="GNU Midnight Commander is a text based file manager"