From a01aec5c004783e952b9bda29d96493516212f23 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Sun, 8 Nov 2015 08:11:03 +0100 Subject: [PATCH] media-libs/x265: Stable for PPC64 (bug #548964). Package-Manager: portage-2.2.24 RepoMan-Options: --ignore-arches --- media-libs/x265/x265-1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/x265/x265-1.5.ebuild b/media-libs/x265/x265-1.5.ebuild index f185fa02182c0..34048b728fc67 100644 --- a/media-libs/x265/x265-1.5.ebuild +++ b/media-libs/x265/x265-1.5.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} = 9999* ]]; then EHG_REPO_URI="https://bitbucket.org/multicoreware/x265" else SRC_URI="https://bitbucket.org/multicoreware/x265/get/${PV}.tar.bz2 -> ${P}.tar.bz2" - KEYWORDS="amd64 arm hppa ~ppc ~ppc64 x86" + KEYWORDS="amd64 arm hppa ~ppc ppc64 x86" fi DESCRIPTION="Library for encoding video streams into the H.265/HEVC format"