diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-19 13:22:43 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-19 18:56:47 +0100 |
commit | c750e7ab6ed295f7006b652e727fbf10e937c3a5 (patch) | |
tree | 77725d1c456b3ef0cc607ca722f26875fa52cd33 | |
parent | media-libs/libaom: 1.0.0-r2 EAPI-7 bump, use cmake.eclass (diff) | |
download | gentoo-c750e7ab6ed295f7006b652e727fbf10e937c3a5.tar.gz gentoo-c750e7ab6ed295f7006b652e727fbf10e937c3a5.tar.bz2 gentoo-c750e7ab6ed295f7006b652e727fbf10e937c3a5.zip |
media-libs/libaom: Sync 9999 with last release ebuild changes
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | media-libs/libaom/libaom-9999.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/media-libs/libaom/libaom-9999.ebuild b/media-libs/libaom/libaom-9999.ebuild index 53bc9ffd6e14..22ed36836856 100644 --- a/media-libs/libaom/libaom-9999.ebuild +++ b/media-libs/libaom/libaom-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ else SRC_URI="mirror://gentoo/${P}.tar.gz" S="${WORKDIR}" fi - KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" fi DESCRIPTION="Alliance for Open Media AV1 Codec SDK" @@ -45,6 +45,9 @@ BDEPEND="abi_x86_32? ( dev-lang/yasm ) PATCHES=( "${FILESDIR}/pthread_lib2.patch" ) +# the PATENTS file is required to be distributed with this package bug #682214 +DOCS=( PATENTS ) + multilib_src_configure() { local mycmakeargs=( -DENABLE_DOCS=$(multilib_native_usex doc ON OFF) |