commit:     2237866031e07187786e5200de0aa39e7abc102e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 28 16:55:30 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 28 16:58:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22378660

media-libs/libilbc: update EAPI 7 -> 8

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/libilbc/libilbc-3.0.4.ebuild | 8 ++++----
 1 file 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
 )

Reply via email to