diff options
author | Sam James <sam@gentoo.org> | 2024-01-06 09:05:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-06 09:05:29 +0000 |
commit | ace327ed5d8eaf5abc578147b25f65334ff6dc45 (patch) | |
tree | 001a2b153275254c19055b68d5bb9307b8aa970a /media-libs/libsndfile | |
parent | media-video/vlc: Stabilize 3.0.20-r3 amd64, #921387 (diff) | |
download | gentoo-ace327ed5d8eaf5abc578147b25f65334ff6dc45.tar.gz gentoo-ace327ed5d8eaf5abc578147b25f65334ff6dc45.tar.bz2 gentoo-ace327ed5d8eaf5abc578147b25f65334ff6dc45.zip |
media-libs/libsndfile: Stabilize 1.2.2-r2 amd64, #921387
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/libsndfile')
-rw-r--r-- | media-libs/libsndfile/libsndfile-1.2.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libsndfile/libsndfile-1.2.2-r2.ebuild b/media-libs/libsndfile/libsndfile-1.2.2-r2.ebuild index 0da295be27a3..ab0fa34c379c 100644 --- a/media-libs/libsndfile/libsndfile-1.2.2-r2.ebuild +++ b/media-libs/libsndfile/libsndfile-1.2.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/libsndfile/libsndfile.git" else SRC_URI="https://github.com/libsndfile/libsndfile/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" fi inherit python-any-r1 multilib-minimal |