Skip to content

Commit

Permalink
media-libs/libaom: Sync 9999 with last release ebuild changes
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Mar 19, 2020
1 parent a54a2e6 commit c750e7a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions media-libs/libaom/libaom-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand All @@ -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)
Expand Down

0 comments on commit c750e7a

Please sign in to comment.