diff options
author | Aaron Bauman <bman@gentoo.org> | 2016-12-18 11:14:52 +0900 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2016-12-18 11:14:52 +0900 |
commit | b12f48d7eda2212674d673b470d243042d79e07f (patch) | |
tree | 66cb26db43290f92c0abddce29c39fad713fcf92 /media-libs | |
parent | media-libs/libogg: amd64 stable wrt bug #601758. Fix invalid copyright (diff) | |
download | gentoo-b12f48d7eda2212674d673b470d243042d79e07f.tar.gz gentoo-b12f48d7eda2212674d673b470d243042d79e07f.tar.bz2 gentoo-b12f48d7eda2212674d673b470d243042d79e07f.zip |
media-libs/opus: amd64 stable wrt bug #602086
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/opus/opus-1.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/opus/opus-1.1.3.ebuild b/media-libs/opus/opus-1.1.3.ebuild index 0e183125a0b1..e9c6f21f53d0 100644 --- a/media-libs/opus/opus-1.1.3.ebuild +++ b/media-libs/opus/opus-1.1.3.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="git://git.opus-codec.org/opus.git" else SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz" - KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" + KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" fi DESCRIPTION="Open versatile codec designed for interactive speech and audio transmission over the internet" |