diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-10-11 13:45:34 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-10-11 13:48:06 +0200 |
commit | 57e9fac3dbb9b7a7cbc0289a34d6afd8788bb952 (patch) | |
tree | dc49b47df5008c7383bcadfeed6b2be626a63fc8 /media-libs/x265 | |
parent | dev-python/py-bcrypt: Add ~sparc keyword wrt bug #541668 (diff) | |
download | gentoo-57e9fac3dbb9b7a7cbc0289a34d6afd8788bb952.tar.gz gentoo-57e9fac3dbb9b7a7cbc0289a34d6afd8788bb952.tar.bz2 gentoo-57e9fac3dbb9b7a7cbc0289a34d6afd8788bb952.zip |
media-libs/x265: Match subslot to actual soname on live ebuild.
Package-Manager: portage-2.2.23
Diffstat (limited to 'media-libs/x265')
-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 ee4a32fe9fae..8a3e36f86b72 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/68" +SLOT="0/75" IUSE="+10bit test" ASM_DEPEND=">=dev-lang/yasm-1.2.0" |