diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-28 09:48:29 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-28 11:35:43 +0200 |
commit | 2c0bedae2ef7b1b07b1ba1ba3decde431167281b (patch) | |
tree | 4f25e01518b6cb21ef1081cd1ea789bdb3de81ea /media-libs/opusfile | |
parent | app-misc/lirc: keyword ~arm64 (diff) | |
download | gentoo-2c0bedae2ef7b1b07b1ba1ba3decde431167281b.tar.gz gentoo-2c0bedae2ef7b1b07b1ba1ba3decde431167281b.tar.bz2 gentoo-2c0bedae2ef7b1b07b1ba1ba3decde431167281b.zip |
media-libs/opusfile: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'media-libs/opusfile')
-rw-r--r-- | media-libs/opusfile/opusfile-0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/opusfile/opusfile-0.8.ebuild b/media-libs/opusfile/opusfile-0.8.ebuild index 2d0544c55d2d..fa91f853aba8 100644 --- a/media-libs/opusfile/opusfile-0.8.ebuild +++ b/media-libs/opusfile/opusfile-0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc fixed-point +float +http libressl static-libs" RDEPEND="media-libs/libogg |