commit: 1833eefc027476983b60c1cb96761b6f51bdf0be Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jan 8 09:49:57 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jan 8 09:49:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1833eefc
dev-libs/libfilezilla: fix UnusedInherits (autotools) Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libfilezilla/libfilezilla-0.45.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libfilezilla/libfilezilla-0.45.0.ebuild b/dev-libs/libfilezilla/libfilezilla-0.45.0.ebuild index 900ce1fba463..c852e5f99a25 100644 --- a/dev-libs/libfilezilla/libfilezilla-0.45.0.ebuild +++ b/dev-libs/libfilezilla/libfilezilla-0.45.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit autotools flag-o-matic +inherit flag-o-matic DESCRIPTION="C++ library offering some basic functionality for platform-independent programs" HOMEPAGE="https://lib.filezilla-project.org/"