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@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2023-03-15 11:13:10 +01:00
parent bd828567fc
commit e4711c4ac1

View File

@@ -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
)