summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-04-23 16:54:41 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-04-23 16:54:41 +0200
commit2ad0da5916fb8a6b3fec8b81ee3f4cadf11d575c (patch)
tree990bc68720e04209763db58af30809dd8c7b64a7 /media-libs/x265/x265-9999.ebuild
parentmedia-libs/x264: Add altivec useflag and disable ppc asm if not enabled, sinc... (diff)
downloadgentoo-2ad0da5916fb8a6b3fec8b81ee3f4cadf11d575c.tar.gz
gentoo-2ad0da5916fb8a6b3fec8b81ee3f4cadf11d575c.tar.bz2
gentoo-2ad0da5916fb8a6b3fec8b81ee3f4cadf11d575c.zip
media-libs/x265: Bump to 2.4
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'media-libs/x265/x265-9999.ebuild')
-rw-r--r--media-libs/x265/x265-9999.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/media-libs/x265/x265-9999.ebuild b/media-libs/x265/x265-9999.ebuild
index 65e1f961e655..93bc874c3ee2 100644
--- a/media-libs/x265/x265-9999.ebuild
+++ b/media-libs/x265/x265-9999.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="http://x265.org/"
LICENSE="GPL-2"
# subslot = libx265 soname
-SLOT="0/111"
+SLOT="0/116"
IUSE="+10bit +12bit neon numa pic power8 test"
ASM_DEPEND=">=dev-lang/yasm-1.2.0"
@@ -29,7 +29,11 @@ DEPEND="${RDEPEND}
abi_x86_32? ( ${ASM_DEPEND} )
abi_x86_64? ( ${ASM_DEPEND} )"
-PATCHES=( "${FILESDIR}/arm.patch" "${FILESDIR}/neon.patch" "${FILESDIR}/ppc64.patch" )
+PATCHES=(
+ "${FILESDIR}/arm.patch"
+ "${FILESDIR}/neon.patch"
+ "${FILESDIR}/ppc64.patch"
+)
src_unpack() {
if [[ ${PV} = 9999* ]]; then