diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-07-08 13:04:19 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-07-08 13:04:19 +0200 |
commit | 6a23bc84e33bc92d28e5e2f2767bf8fc22ecf908 (patch) | |
tree | 9332e2239babcf196964fe78cecfde801905c05a /media-libs/fdk-aac | |
parent | sys-cluster/openstack-meta: Fix inconsistent indentation (diff) | |
download | gentoo-6a23bc84e33bc92d28e5e2f2767bf8fc22ecf908.tar.gz gentoo-6a23bc84e33bc92d28e5e2f2767bf8fc22ecf908.tar.bz2 gentoo-6a23bc84e33bc92d28e5e2f2767bf8fc22ecf908.zip |
media-libs/fdk-aac: amd64 stable wrt bug #681378
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'media-libs/fdk-aac')
-rw-r--r-- | media-libs/fdk-aac/fdk-aac-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 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 23bf017a09da..e92e933fc036 100644 --- a/media-libs/fdk-aac/fdk-aac-2.0.0.ebuild +++ b/media-libs/fdk-aac/fdk-aac-2.0.0.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 ~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 |