diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-10-11 13:28:40 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-10-11 13:28:56 +0200 |
commit | 5e969b9adfbfcd3e9dbd0a7fa13028426e00ffc0 (patch) | |
tree | d5cdecd602619b6b6ae47e209f7588b3c83b96cd /media-libs/x265/x265-9999.ebuild | |
parent | dev-python/testrepository: Add python3.5 support (diff) | |
download | gentoo-5e969b9adfbfcd3e9dbd0a7fa13028426e00ffc0.tar.gz gentoo-5e969b9adfbfcd3e9dbd0a7fa13028426e00ffc0.tar.bz2 gentoo-5e969b9adfbfcd3e9dbd0a7fa13028426e00ffc0.zip |
media-libs/x265: Version bump to 1.8
Package-Manager: portage-2.2.23
Diffstat (limited to 'media-libs/x265/x265-9999.ebuild')
-rw-r--r-- | media-libs/x265/x265-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/x265/x265-9999.ebuild b/media-libs/x265/x265-9999.ebuild index 008e9cb26a54..ee4a32fe9fae 100644 --- a/media-libs/x265/x265-9999.ebuild +++ b/media-libs/x265/x265-9999.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="http://x265.org/" LICENSE="GPL-2" # subslot = libx265 soname -SLOT="0/59" +SLOT="0/68" IUSE="+10bit test" ASM_DEPEND=">=dev-lang/yasm-1.2.0" @@ -37,7 +37,7 @@ src_unpack() { export S=${WORKDIR}/${P}/source else unpack ${A} - export S="${WORKDIR}/${PN}_${PV}/source" + export S="$(echo "${WORKDIR}/${PN}_"*"/source")" fi } |