From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CD82515808F for ; Wed, 9 Mar 2022 23:12:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E2DAE0930; Wed, 9 Mar 2022 23:12:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D10E4E091B for ; Wed, 9 Mar 2022 23:12:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA0C734321E for ; Wed, 9 Mar 2022 23:12:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13213313 for ; Wed, 9 Mar 2022 23:12:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1646866324.d715c357ceb1978320b9fb171720a3508060839b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/aeolus/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/aeolus/aeolus-0.9.9.ebuild X-VCS-Directories: media-sound/aeolus/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d715c357ceb1978320b9fb171720a3508060839b X-VCS-Branch: master Date: Wed, 9 Mar 2022 23:12:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3f358e53-a811-4f7f-a8c5-17b534bc0680 X-Archives-Hash: 591d9ea1e14b85bbb19ef1ec8a242e59 commit: d715c357ceb1978320b9fb171720a3508060839b Author: Sam James gentoo org> AuthorDate: Wed Mar 9 22:51:49 2022 +0000 Commit: Sam James gentoo 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 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"