commit: e4711c4ac1f69dd2f6bfa0b33874f6cd7e8c1424 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Mar 15 10:13:10 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Mar 22 18:52:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4711c4a
media-libs/libilbc: update EAPI 7 -> 8, unbreak 9999 src_prepare() See also: https://github.com/gentoo/gentoo/pull/25297 Sync KEYWORDS to 9999 template. Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-libs/libilbc/libilbc-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-libs/libilbc/libilbc-9999.ebuild b/media-libs/libilbc/libilbc-9999.ebuild index 1b5199a69506..8245f9774424 100644 --- a/media-libs/libilbc/libilbc-9999.ebuild +++ b/media-libs/libilbc/libilbc-9999.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake-multilib -if [[ ${PV} == *9999 ]]; then +if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/TimothyGu/${PN}" else SRC_URI="https://github.com/TimothyGu/${PN}/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" fi DESCRIPTION="Packaged version of iLBC codec from the WebRTC project" @@ -21,5 +21,5 @@ SLOT="0/3" PATCHES=( "${FILESDIR}/${PN}-3.0.4-respect-CFLAGS.patch" - "${FILESDIR}/${P}-support-ia64.patch" + "${FILESDIR}/${PN}-3.0.4-support-ia64.patch" # bug 610546 )
