Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/x264/
Date: Mon, 01 Jul 2019 19:23:24
Message-Id: 1562008771.a368ab15897c4ff619ee4fbf3bc78faee03fb350.whissi@gentoo
1 commit: a368ab15897c4ff619ee4fbf3bc78faee03fb350
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 1 19:19:31 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 1 19:19:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a368ab15
7
8 media-libs/x264: x86 stable (bug #688712)
9
10 Package-Manager: Portage-2.3.68, Repoman-2.3.16
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 media-libs/x264/x264-0.0.20190214.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-libs/x264/x264-0.0.20190214.ebuild b/media-libs/x264/x264-0.0.20190214.ebuild
17 index 0fb247b70fd..4822e98ce12 100644
18 --- a/media-libs/x264/x264-0.0.20190214.ebuild
19 +++ b/media-libs/x264/x264-0.0.20190214.ebuild
20 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
21 else
22 MY_P="x264-snapshot-$(ver_cut 3)-2245"
23 SRC_URI="https://download.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2"
24 - KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
25 + KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
26 S="${WORKDIR}/${MY_P}"
27 fi