diff options
author | Sam James <sam@gentoo.org> | 2024-01-22 11:27:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-22 11:27:05 +0000 |
commit | 285030743c9c69f6b0040583e75620217ab8e9a9 (patch) | |
tree | 5ffc50db4a691da587b63aa7d700b3bd1e6fc2a7 /media-libs/fdk-aac | |
parent | dev-util/gdbus-codegen: patch out distutils use (diff) | |
download | gentoo-285030743c9c69f6b0040583e75620217ab8e9a9.tar.gz gentoo-285030743c9c69f6b0040583e75620217ab8e9a9.tar.bz2 gentoo-285030743c9c69f6b0040583e75620217ab8e9a9.zip |
media-libs/fdk-aac: Stabilize 2.0.3 ppc64, #922692
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/fdk-aac')
-rw-r--r-- | media-libs/fdk-aac/fdk-aac-2.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/fdk-aac/fdk-aac-2.0.3.ebuild b/media-libs/fdk-aac/fdk-aac-2.0.3.ebuild index 09d6e507bf68..c0aff62f10fb 100644 --- a/media-libs/fdk-aac/fdk-aac-2.0.3.ebuild +++ b/media-libs/fdk-aac/fdk-aac-2.0.3.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 @@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then inherit autotools git-r3 else inherit libtool - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86 ~x64-macos" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ppc64 ~riscv ~x86 ~x64-macos" if [[ ${PV%_p*} != ${PV} ]]; then # Gentoo snapshot SRC_URI="mirror://gentoo/${P}.tar.xz" else # Official release |