media-libs/libaom: Sync 9999 with last release ebuild changes
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 19 Mar 2020 12:22:43 +0000 (13:22 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 19 Mar 2020 17:56:47 +0000 (18:56 +0100)
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-libs/libaom/libaom-9999.ebuild

index 53bc9ffd6e14445e03d617b24c7068fdd2d61164..22ed368368561288a29c87c4585e1d4cfd48cb33 100644 (file)
@@ -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)