diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-04-08 16:35:48 +0000 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-04-08 16:35:48 +0000 |
commit | a550ef57e566825136d10ee9cb392a202af22bb6 (patch) | |
tree | 67e05fd0d5a80757fc30ab5847a1509fbe9726f5 /media-libs/fdk-aac | |
parent | dev-python/mygpoclient: amd64 stable wrt bug #681376 (diff) | |
download | gentoo-a550ef57e566825136d10ee9cb392a202af22bb6.tar.gz gentoo-a550ef57e566825136d10ee9cb392a202af22bb6.tar.bz2 gentoo-a550ef57e566825136d10ee9cb392a202af22bb6.zip |
media-libs/fdk-aac: amd64 stable wrt bug #681378
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'media-libs/fdk-aac')
-rw-r--r-- | media-libs/fdk-aac/fdk-aac-2.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/fdk-aac/fdk-aac-2.0.0.ebuild b/media-libs/fdk-aac/fdk-aac-2.0.0.ebuild index 355c1bb05947..91c30a952c3b 100644 --- a/media-libs/fdk-aac/fdk-aac-2.0.0.ebuild +++ b/media-libs/fdk-aac/fdk-aac-2.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~amd64-fbsd ~x86-fbsd ~x64-macos" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" if [[ ${PV%_p*} != ${PV} ]]; then # Gentoo snapshot SRC_URI="mirror://gentoo/${P}.tar.xz" else # Official release |