diff options
author | 2023-07-28 18:55:30 +0200 | |
---|---|---|
committer | 2023-07-28 18:58:09 +0200 | |
commit | 2237866031e07187786e5200de0aa39e7abc102e (patch) | |
tree | 50a367493ca63058245a8b13949ced8b12c197c0 /media-libs/libilbc | |
parent | dev-python/pyh2o: Fix distfile suffix (diff) | |
download | gentoo-2237866031e07187786e5200de0aa39e7abc102e.tar.gz gentoo-2237866031e07187786e5200de0aa39e7abc102e.tar.bz2 gentoo-2237866031e07187786e5200de0aa39e7abc102e.zip |
media-libs/libilbc: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/libilbc')
-rw-r--r-- | media-libs/libilbc/libilbc-3.0.4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/libilbc/libilbc-3.0.4.ebuild b/media-libs/libilbc/libilbc-3.0.4.ebuild index 715276cc4177..8ac4b1a4e6d0 100644 --- a/media-libs/libilbc/libilbc-3.0.4.ebuild +++ b/media-libs/libilbc/libilbc-3.0.4.ebuild @@ -1,11 +1,11 @@ # 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 @@ -20,6 +20,6 @@ LICENSE="BSD" SLOT="0/3" PATCHES=( - "${FILESDIR}/${PN}-3.0.4-respect-CFLAGS.patch" - "${FILESDIR}/${P}-support-ia64.patch" + "${FILESDIR}/${P}-respect-CFLAGS.patch" # bug 770892 + "${FILESDIR}/${P}-support-ia64.patch" # bug 610546 ) |