diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-05-14 13:47:07 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-14 13:52:52 -0400 |
commit | d20f34116f229098774a9609ed53d0dd800c7088 (patch) | |
tree | 7696ed097d55de67a731ac5b4c8fb4da578df9d1 /media-libs/libtheora | |
parent | media-sound/twolame: arm64 stable (diff) | |
download | gentoo-d20f34116f229098774a9609ed53d0dd800c7088.tar.gz gentoo-d20f34116f229098774a9609ed53d0dd800c7088.tar.bz2 gentoo-d20f34116f229098774a9609ed53d0dd800c7088.zip |
media-libs/libtheora: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'media-libs/libtheora')
-rw-r--r-- | media-libs/libtheora/libtheora-1.1.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libtheora/libtheora-1.1.1-r2.ebuild b/media-libs/libtheora/libtheora-1.1.1-r2.ebuild index 629ecb22591f..34fe86706c51 100644 --- a/media-libs/libtheora/libtheora-1.1.1-r2.ebuild +++ b/media-libs/libtheora/libtheora-1.1.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://downloads.xiph.org/releases/theora/${P/_}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="doc +encode examples static-libs" REQUIRED_USE="examples? ( encode )" #285895 |