diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-02-17 11:56:01 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-02-17 12:10:05 +0100 |
commit | d206b9487177999c596a0d3a141df257923812fd (patch) | |
tree | 7de248bc1211eec2cd02ebdd8a80ce9fe9341481 /media-libs/x265/x265-9999.ebuild | |
parent | dev-libs/libmoe: remove old (diff) | |
download | gentoo-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-9999.ebuild')
-rw-r--r-- | media-libs/x265/x265-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/x265/x265-9999.ebuild b/media-libs/x265/x265-9999.ebuild index 69300360d517..05efee2ad987 100644 --- a/media-libs/x265/x265-9999.ebuild +++ b/media-libs/x265/x265-9999.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 |