summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-04-26 16:17:28 +0000
committerPacho Ramos <pacho@gentoo.org>2015-04-26 16:17:28 +0000
commitbb6a7c42becf7c8ba07d7f8de3ad3ed3b112e672 (patch)
treefbe3ad9269ef11468cc475f24fc095d4a791cab6 /media-libs/x265
parentx86 stable wrt bug #538798 (diff)
downloadgentoo-2-bb6a7c42becf7c8ba07d7f8de3ad3ed3b112e672.tar.gz
gentoo-2-bb6a7c42becf7c8ba07d7f8de3ad3ed3b112e672.tar.bz2
gentoo-2-bb6a7c42becf7c8ba07d7f8de3ad3ed3b112e672.zip
x86 stable wrt bug #538798
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-libs/x265')
-rw-r--r--media-libs/x265/ChangeLog5
-rw-r--r--media-libs/x265/x265-1.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/x265/ChangeLog b/media-libs/x265/ChangeLog
index 8be81c03b944..a5448992595a 100644
--- a/media-libs/x265/ChangeLog
+++ b/media-libs/x265/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/x265
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/ChangeLog,v 1.19 2015/04/02 16:22:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/ChangeLog,v 1.20 2015/04/26 16:17:28 pacho Exp $
+
+ 26 Apr 2015; Pacho Ramos <pacho@gentoo.org> x265-1.5.ebuild:
+ x86 stable wrt bug #538798
02 Apr 2015; Jeroen Roovers <jer@gentoo.org> x265-1.5.ebuild:
Stable for HPPA (bug #538798).
diff --git a/media-libs/x265/x265-1.5.ebuild b/media-libs/x265/x265-1.5.ebuild
index 3314ff606a37..72461eb82aad 100644
--- a/media-libs/x265/x265-1.5.ebuild
+++ b/media-libs/x265/x265-1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-1.5.ebuild,v 1.4 2015/04/02 16:22:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-1.5.ebuild,v 1.5 2015/04/26 16:17:28 pacho Exp $
EAPI=5
@@ -11,7 +11,7 @@ if [[ ${PV} = 9999* ]]; then
EHG_REPO_URI="http://bitbucket.org/multicoreware/x265"
else
SRC_URI="https://bitbucket.org/multicoreware/x265/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
- KEYWORDS="~amd64 ~arm hppa ~x86"
+ KEYWORDS="~amd64 ~arm hppa x86"
fi
DESCRIPTION="Library for encoding video streams into the H.265/HEVC format"