Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsndfile/
Date: Sun, 27 Mar 2022 12:56:49
Message-Id: 1648385789.c7e6d7d545412866caa5c87a175f8b9a82080f3e.soap@gentoo
1 commit: c7e6d7d545412866caa5c87a175f8b9a82080f3e
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 12:56:29 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 12:56:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e6d7d5
7
8 media-libs/libsndfile: update EAPI 7 -> 8
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 media-libs/libsndfile/libsndfile-9999.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/media-libs/libsndfile/libsndfile-9999.ebuild b/media-libs/libsndfile/libsndfile-9999.ebuild
16 index 9a3d895a3dd9..bb877041e344 100644
17 --- a/media-libs/libsndfile/libsndfile-9999.ebuild
18 +++ b/media-libs/libsndfile/libsndfile-9999.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=7
25 +EAPI=8
26
27 PYTHON_COMPAT=( python3_{8..10} pypy3 )
28
29 @@ -9,8 +9,8 @@ if [[ ${PV} == *9999 ]]; then
30 inherit autotools git-r3
31 EGIT_REPO_URI="https://github.com/libsndfile/libsndfile.git"
32 else
33 - SRC_URI="https://github.com/libsndfile/libsndfile/releases/download/${PV}/${P}.tar.bz2"
34 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
35 + SRC_URI="https://github.com/libsndfile/libsndfile/releases/download/${PV}/${P}.tar.xz"
36 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
37 fi
38 inherit python-any-r1 multilib-minimal