diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-05-11 16:59:21 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-05-11 16:59:21 +0000 |
commit | 6f47dacdf385a858fdd342cb80f20da1e83a512c (patch) | |
tree | 180fae9983c8c807331e4f007c37ff1241d3ddf0 /media-libs/x265 | |
parent | Security version bump; drop vulnerable versions (diff) | |
download | gentoo-2-6f47dacdf385a858fdd342cb80f20da1e83a512c.tar.gz gentoo-2-6f47dacdf385a858fdd342cb80f20da1e83a512c.tar.bz2 gentoo-2-6f47dacdf385a858fdd342cb80f20da1e83a512c.zip |
amd64 stable wrt bug #538798
(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 4e985ea63795..e787885b97ca 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.21 2015/05/01 18:53:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/ChangeLog,v 1.22 2015/05/11 16:59:21 zlogene Exp $ + + 11 May 2015; Mikle Kolyada <zlogene@gentoo.org> x265-1.5.ebuild: + amd64 stable wrt bug #538798 01 May 2015; Jeroen Roovers <jer@gentoo.org> x265-1.4.ebuild, x265-1.5.ebuild: diff --git a/media-libs/x265/x265-1.5.ebuild b/media-libs/x265/x265-1.5.ebuild index 294a34b99dc1..117815e028e3 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.6 2015/05/01 18:53:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-1.5.ebuild,v 1.7 2015/05/11 16:59:21 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" |