commit: d715c357ceb1978320b9fb171720a3508060839b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 9 22:51:49 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 9 22:52:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d715c357
media-sound/aeolus: fix UnusedInherits (multilib) get_libdir is built-in for EAPI 6+ Signed-off-by: Sam James <sam <AT> gentoo.org> media-sound/aeolus/aeolus-0.9.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/aeolus/aeolus-0.9.9.ebuild b/media-sound/aeolus/aeolus-0.9.9.ebuild index 4d71f3088f41..9d6558e3be4e 100644 --- a/media-sound/aeolus/aeolus-0.9.9.ebuild +++ b/media-sound/aeolus/aeolus-0.9.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit toolchain-funcs flag-o-matic multilib desktop xdg +inherit toolchain-funcs flag-o-matic desktop xdg DESCRIPTION="A synthesised pipe organ emulator" HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/index.html"
