diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-03-15 11:13:10 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-03-22 19:52:42 +0100 |
commit | e4711c4ac1f69dd2f6bfa0b33874f6cd7e8c1424 (patch) | |
tree | 350964b01a91d21a28d580bf774e3daaefcb7da1 /media-libs | |
parent | dev-games/physfs: update EAPI 7 -> 8 (diff) | |
download | gentoo-e4711c4ac1f69dd2f6bfa0b33874f6cd7e8c1424.tar.gz gentoo-e4711c4ac1f69dd2f6bfa0b33874f6cd7e8c1424.tar.bz2 gentoo-e4711c4ac1f69dd2f6bfa0b33874f6cd7e8c1424.zip |
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>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libilbc/libilbc-9999.ebuild | 10 |
1 files 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 ) |