Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/x265/
Date: Sun, 11 Oct 2015 11:48:17
Message-Id: 1444564086.57e9fac3dbb9b7a7cbc0289a34d6afd8788bb952.aballier@gentoo
1 commit: 57e9fac3dbb9b7a7cbc0289a34d6afd8788bb952
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 11:45:34 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 11:48:06 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e9fac3
7
8 media-libs/x265: Match subslot to actual soname on live ebuild.
9
10 Package-Manager: portage-2.2.23
11
12 media-libs/x265/x265-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/x265/x265-9999.ebuild b/media-libs/x265/x265-9999.ebuild
16 index ee4a32f..8a3e36f 100644
17 --- a/media-libs/x265/x265-9999.ebuild
18 +++ b/media-libs/x265/x265-9999.ebuild
19 @@ -21,7 +21,7 @@ HOMEPAGE="http://x265.org/"
20
21 LICENSE="GPL-2"
22 # subslot = libx265 soname
23 -SLOT="0/68"
24 +SLOT="0/75"
25 IUSE="+10bit test"
26
27 ASM_DEPEND=">=dev-lang/yasm-1.2.0"