diff options
author | 2015-05-29 10:36:35 +0000 | |
---|---|---|
committer | 2015-05-29 10:36:35 +0000 | |
commit | 86bee0bf4d22419089021e4d116cafbd55bd9855 (patch) | |
tree | bad26fa52c0fb755016908eee329e4d798bb13a0 /media-libs/x265 | |
parent | Version Bump (diff) | |
download | gentoo-2-86bee0bf4d22419089021e4d116cafbd55bd9855.tar.gz gentoo-2-86bee0bf4d22419089021e4d116cafbd55bd9855.tar.bz2 gentoo-2-86bee0bf4d22419089021e4d116cafbd55bd9855.zip |
arm stable wrt bug #541664
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'media-libs/x265')
-rw-r--r-- | media-libs/x265/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/x265/x265-1.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/x265/ChangeLog b/media-libs/x265/ChangeLog index 252ee17b4bc3..ec7e0e50c556 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.25 2015/05/22 12:20:07 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/ChangeLog,v 1.26 2015/05/29 10:36:35 zlogene Exp $ + + 29 May 2015; Mikle Kolyada <zlogene@gentoo.org> x265-1.5.ebuild: + arm stable wrt bug #541664 22 May 2015; Alexis Ballier <aballier@gentoo.org> x265-1.7.ebuild, x265-9999.ebuild: diff --git a/media-libs/x265/x265-1.5.ebuild b/media-libs/x265/x265-1.5.ebuild index 117815e028e3..b46c2c1863bc 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.7 2015/05/11 16:59:21 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-1.5.ebuild,v 1.8 2015/05/29 10:36:35 zlogene 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 ~ppc64 x86" + KEYWORDS="amd64 arm hppa ~ppc64 x86" fi DESCRIPTION="Library for encoding video streams into the H.265/HEVC format" |