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: Sun, 25 Feb 2018 20:16:51
Message-Id: 1519589795.4a5632c4bb2a4b35fbf7238b6ed65770bacc0fa1.whissi@gentoo
1 commit: 4a5632c4bb2a4b35fbf7238b6ed65770bacc0fa1
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 25 20:15:20 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 25 20:16:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5632c4
7
8 media-libs/x264: x86 stable (bug #648078)
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 media-libs/x264/x264-0.0.20170701.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/x264/x264-0.0.20170701.ebuild b/media-libs/x264/x264-0.0.20170701.ebuild
16 index 1364b9d5060..87ea959cf5d 100644
17 --- a/media-libs/x264/x264-0.0.20170701.ebuild
18 +++ b/media-libs/x264/x264-0.0.20170701.ebuild
19 @@ -14,7 +14,7 @@ else
20 inherit versionator
21 MY_P="x264-snapshot-$(get_version_component_range 3)-2245"
22 SRC_URI="https://download.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2"
23 - 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"
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 S="${WORKDIR}/${MY_P}"
26 fi