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/x264/
Date: Tue, 15 Sep 2020 09:03:02
Message-Id: 1600160570.e22baa9cde9981bd766f573f65bf0905ac127328.aballier@gentoo
1 commit: e22baa9cde9981bd766f573f65bf0905ac127328
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 7 13:05:30 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 15 09:02:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e22baa9c
7
8 media-libs/x264: bump subslot in live ebuild
9
10 Package-Manager: Portage-3.0.5, Repoman-3.0.1
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 media-libs/x264/x264-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-libs/x264/x264-9999.ebuild b/media-libs/x264/x264-9999.ebuild
17 index 1d20cc1b73e..98ce78b4c8e 100644
18 --- a/media-libs/x264/x264-9999.ebuild
19 +++ b/media-libs/x264/x264-9999.ebuild
20 @@ -17,7 +17,7 @@ else
21 S="${WORKDIR}/${MY_P}"
22 fi
23
24 -SLOT="0/159" # SONAME
25 +SLOT="0/161" # SONAME
26
27 LICENSE="GPL-2"
28 IUSE="cpu_flags_ppc_altivec +interlaced opencl pic static-libs cpu_flags_x86_sse +threads"