diff options
author | 2018-02-23 23:14:10 +0000 | |
---|---|---|
committer | 2018-02-23 23:17:47 +0000 | |
commit | 62a45625052f60343f667aaea27cc4ac9e0c3cbd (patch) | |
tree | 736e7311794ab6bf84784a6083cb3fc032e38018 /media-libs/opus | |
parent | media-plugins/live: stable 2017.10.28 for ia64, bug #648068 (diff) | |
download | gentoo-62a45625052f60343f667aaea27cc4ac9e0c3cbd.tar.gz gentoo-62a45625052f60343f667aaea27cc4ac9e0c3cbd.tar.bz2 gentoo-62a45625052f60343f667aaea27cc4ac9e0c3cbd.zip |
media-libs/opus: stable 1.2.1 for ia64, bug #648072
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"
Diffstat (limited to 'media-libs/opus')
-rw-r--r-- | media-libs/opus/opus-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/opus/opus-1.2.1.ebuild b/media-libs/opus/opus-1.2.1.ebuild index 5df700cc6555..5d82c2f9c7b7 100644 --- a/media-libs/opus/opus-1.2.1.ebuild +++ b/media-libs/opus/opus-1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then else SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz" if [[ "${PV}" != *_alpha* ]] && [[ "${PV}" != *_beta* ]] ; then - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" fi fi |