summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-02-17 11:56:01 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-02-17 12:10:05 +0100
commitd206b9487177999c596a0d3a141df257923812fd (patch)
tree7de248bc1211eec2cd02ebdd8a80ce9fe9341481 /media-libs/x265/x265-2.2.ebuild
parentdev-libs/libmoe: remove old (diff)
downloadgentoo-d206b9487177999c596a0d3a141df257923812fd.tar.gz
gentoo-d206b9487177999c596a0d3a141df257923812fd.tar.bz2
gentoo-d206b9487177999c596a0d3a141df257923812fd.zip
media-libs/x265: Use a more complete match for ppc64.
Might help wrt https://bugs.gentoo.org/show_bug.cgi?id=607802#c5 Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-libs/x265/x265-2.2.ebuild')
-rw-r--r--media-libs/x265/x265-2.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/x265/x265-2.2.ebuild b/media-libs/x265/x265-2.2.ebuild
index 18162f242fb9..c6ca8a680315 100644
--- a/media-libs/x265/x265-2.2.ebuild
+++ b/media-libs/x265/x265-2.2.ebuild
@@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
abi_x86_32? ( ${ASM_DEPEND} )
abi_x86_64? ( ${ASM_DEPEND} )"
-PATCHES=( "${FILESDIR}/arm.patch" "${FILESDIR}/neon.patch" )
+PATCHES=( "${FILESDIR}/arm.patch" "${FILESDIR}/neon.patch" "${FILESDIR}/ppc64.patch" )
src_unpack() {
if [[ ${PV} = 9999* ]]; then