diff options
author | Sam James <sam@gentoo.org> | 2021-05-29 08:54:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-29 09:00:56 +0000 |
commit | e1179e3f13f3519bb2df9ad7bb36031838402193 (patch) | |
tree | d486e6a31eff5589257f7a279af1dd44c8a1aeb4 /media-libs/fdk-aac | |
parent | media-libs/libtimidity: Stabilize 0.2.7 sparc, #792765 (diff) | |
download | gentoo-e1179e3f13f3519bb2df9ad7bb36031838402193.tar.gz gentoo-e1179e3f13f3519bb2df9ad7bb36031838402193.tar.bz2 gentoo-e1179e3f13f3519bb2df9ad7bb36031838402193.zip |
media-libs/fdk-aac: Stabilize 2.0.2 ppc, #792747
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.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/fdk-aac/fdk-aac-2.0.2.ebuild b/media-libs/fdk-aac/fdk-aac-2.0.2.ebuild index 01bbf0f08671..3cffd3a20494 100644 --- a/media-libs/fdk-aac/fdk-aac-2.0.2.ebuild +++ b/media-libs/fdk-aac/fdk-aac-2.0.2.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]]; then [[ ${PV%9999} != "" ]] && EGIT_BRANCH="release/${PV%.9999}" inherit autotools git-r3 else - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x64-macos" + KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86 ~x64-macos" if [[ ${PV%_p*} != ${PV} ]]; then # Gentoo snapshot SRC_URI="mirror://gentoo/${P}.tar.xz" else # Official release |