diff options
author | 2014-06-14 02:40:06 +0000 | |
---|---|---|
committer | 2014-06-14 02:40:06 +0000 | |
commit | de5ccbac88b0e563df009898b84120937f9e8d06 (patch) | |
tree | 79bcdc0e5139e19cf5dbabd38240632a7b40555e /media-libs/x265 | |
parent | Version bump. (diff) | |
download | gentoo-2-de5ccbac88b0e563df009898b84120937f9e8d06.tar.gz gentoo-2-de5ccbac88b0e563df009898b84120937f9e8d06.tar.bz2 gentoo-2-de5ccbac88b0e563df009898b84120937f9e8d06.zip |
Add ~x86 keyword, tested by Arfrever.
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'media-libs/x265')
-rw-r--r-- | media-libs/x265/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/x265/x265-1.0.ebuild | 4 | ||||
-rw-r--r-- | media-libs/x265/x265-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-libs/x265/ChangeLog b/media-libs/x265/ChangeLog index 2cb90a2ace35..4993974d0fd9 100644 --- a/media-libs/x265/ChangeLog +++ b/media-libs/x265/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/x265 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/ChangeLog,v 1.7 2014/05/20 19:03:16 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/ChangeLog,v 1.8 2014/06/14 02:40:06 floppym Exp $ + + 14 Jun 2014; Mike Gilbert <floppym@gentoo.org> x265-1.0.ebuild, + x265-9999.ebuild: + Add ~x86 keyword, tested by Arfrever. *x265-1.0 (20 May 2014) diff --git a/media-libs/x265/x265-1.0.ebuild b/media-libs/x265/x265-1.0.ebuild index 2b43087d65cf..9c23e50c407c 100644 --- a/media-libs/x265/x265-1.0.ebuild +++ b/media-libs/x265/x265-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-1.0.ebuild,v 1.1 2014/05/20 19:03:16 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-1.0.ebuild,v 1.2 2014/06/14 02:40:06 floppym 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" + KEYWORDS="~amd64 ~x86" fi DESCRIPTION="Library for encoding video streams into the H.265/HEVC format" diff --git a/media-libs/x265/x265-9999.ebuild b/media-libs/x265/x265-9999.ebuild index 19c28cadceda..3f974739cd8a 100644 --- a/media-libs/x265/x265-9999.ebuild +++ b/media-libs/x265/x265-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-9999.ebuild,v 1.6 2014/05/20 17:59:04 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-9999.ebuild,v 1.7 2014/06/14 02:40:06 floppym 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" + KEYWORDS="~amd64 ~x86" fi DESCRIPTION="Library for encoding video streams into the H.265/HEVC format" |