diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-02-24 11:06:02 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-02-24 11:06:11 +0000 |
commit | 91019147a6314ccaf3256c5491e332b13a4fc053 (patch) | |
tree | bcbdffe44cb39c55eba970678eca0582d284cbed /media-libs/x265 | |
parent | media-libs/opus: stable 1.2.1 for hppa, bug #648072 (diff) | |
download | gentoo-91019147a6314ccaf3256c5491e332b13a4fc053.tar.gz gentoo-91019147a6314ccaf3256c5491e332b13a4fc053.tar.bz2 gentoo-91019147a6314ccaf3256c5491e332b13a4fc053.zip |
media-libs/x265: stable 2.6 for hppa, bug #648080
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"
Diffstat (limited to 'media-libs/x265')
-rw-r--r-- | media-libs/x265/x265-2.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/x265/x265-2.6.ebuild b/media-libs/x265/x265-2.6.ebuild index 126face85067..05669ff93769 100644 --- a/media-libs/x265/x265-2.6.ebuild +++ b/media-libs/x265/x265-2.6.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} = 9999* ]]; then EHG_REPO_URI="https://bitbucket.org/multicoreware/x265" else SRC_URI="https://bitbucket.org/multicoreware/x265/downloads/${PN}_${PV}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ~ppc ~ppc64 ~x86" fi DESCRIPTION="Library for encoding video streams into the H.265/HEVC format" |