diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-10-07 17:26:59 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-10-07 17:27:11 -0400 |
commit | 397286eba9f050fbff68c4466cf8108557f5a79f (patch) | |
tree | 82ee88f67c0ed68c7e46f3897830ec3b22e2cb36 /media-libs | |
parent | media-libs/x265-2.8: ppc stable, bug 666486 (diff) | |
download | gentoo-397286eba9f050fbff68c4466cf8108557f5a79f.tar.gz gentoo-397286eba9f050fbff68c4466cf8108557f5a79f.tar.bz2 gentoo-397286eba9f050fbff68c4466cf8108557f5a79f.zip |
media-libs/x265-2.8: ppc64 stable, bug 666486
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/x265/x265-2.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/x265/x265-2.8.ebuild b/media-libs/x265/x265-2.8.ebuild index 415f386b3544..2cf0bfeaa759 100644 --- a/media-libs/x265/x265-2.8.ebuild +++ b/media-libs/x265/x265-2.8.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} = 9999* ]]; then EHG_REPO_URI="https://bitbucket.org/multicoreware/x265" else SRC_URI="https://bitbucket.org/multicoreware/x265/downloads/${PN}_${PV}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ppc ~ppc64 x86" + KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ppc ppc64 x86" fi DESCRIPTION="Library for encoding video streams into the H.265/HEVC format" |