summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-05-01 18:53:21 +0000
committerJeroen Roovers <jer@gentoo.org>2015-05-01 18:53:21 +0000
commit4c0d185ea3d21e4196074e2bc221f60248b06a50 (patch)
treed8385ee7abf89877f20be262851510db1b457816 /media-libs/x265
parentMarked ~ppc64 (bug #489436). (diff)
downloadgentoo-2-4c0d185ea3d21e4196074e2bc221f60248b06a50.tar.gz
gentoo-2-4c0d185ea3d21e4196074e2bc221f60248b06a50.tar.bz2
gentoo-2-4c0d185ea3d21e4196074e2bc221f60248b06a50.zip
Marked ~ppc64 (bug #539564).
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'media-libs/x265')
-rw-r--r--media-libs/x265/ChangeLog6
-rw-r--r--media-libs/x265/x265-1.4.ebuild6
-rw-r--r--media-libs/x265/x265-1.5.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/media-libs/x265/ChangeLog b/media-libs/x265/ChangeLog
index a5448992595a..4e985ea63795 100644
--- a/media-libs/x265/ChangeLog
+++ b/media-libs/x265/ChangeLog
@@ -1,6 +1,10 @@
# 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.20 2015/04/26 16:17:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/ChangeLog,v 1.21 2015/05/01 18:53:21 jer Exp $
+
+ 01 May 2015; Jeroen Roovers <jer@gentoo.org> x265-1.4.ebuild,
+ x265-1.5.ebuild:
+ Marked ~ppc64 (bug #539564).
26 Apr 2015; Pacho Ramos <pacho@gentoo.org> x265-1.5.ebuild:
x86 stable wrt bug #538798
diff --git a/media-libs/x265/x265-1.4.ebuild b/media-libs/x265/x265-1.4.ebuild
index 6986a05df990..a3abfe63a764 100644
--- a/media-libs/x265/x265-1.4.ebuild
+++ b/media-libs/x265/x265-1.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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.4.ebuild,v 1.1 2014/11/09 09:12:10 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-1.4.ebuild,v 1.2 2015/05/01 18:53:21 jer 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 ~x86"
+ KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
fi
DESCRIPTION="Library for encoding video streams into the H.265/HEVC format"
diff --git a/media-libs/x265/x265-1.5.ebuild b/media-libs/x265/x265-1.5.ebuild
index 72461eb82aad..294a34b99dc1 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.5 2015/04/26 16:17:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-1.5.ebuild,v 1.6 2015/05/01 18:53:21 jer 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 ~ppc64 x86"
fi
DESCRIPTION="Library for encoding video streams into the H.265/HEVC format"