Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/x265/
Date: Fri, 23 Feb 2018 23:17:58
Message-Id: 1519427868.0e0f13e03bf1b4322e2087e2d5e588418eb7e13c.slyfox@gentoo
1 commit: 0e0f13e03bf1b4322e2087e2d5e588418eb7e13c
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 23 23:14:18 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 23 23:17:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0f13e0
7
8 media-libs/x265: stable 2.6 for ia64, bug #648080
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11 RepoMan-Options: --include-arches="ia64"
12
13 media-libs/x265/x265-2.6.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/x265/x265-2.6.ebuild b/media-libs/x265/x265-2.6.ebuild
17 index f9064b970c6..b0777b22445 100644
18 --- a/media-libs/x265/x265-2.6.ebuild
19 +++ b/media-libs/x265/x265-2.6.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -10,7 +10,7 @@ if [[ ${PV} = 9999* ]]; then
27 EHG_REPO_URI="https://bitbucket.org/multicoreware/x265"
28 else
29 SRC_URI="https://bitbucket.org/multicoreware/x265/downloads/${PN}_${PV}.tar.gz"
30 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
31 + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~x86"
32 fi
33
34 DESCRIPTION="Library for encoding video streams into the H.265/HEVC format"