mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-qt/qtwebkit: dekeyword ppc
The final binary overfows relocation offsets and does not work as-is. Let's dekeyword them following net-libs/webkit-gtk. Bug: https://bugs.gentoo.org/660356 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
@@ -10,7 +10,7 @@ if [[ ${PV} = *9999 ]]; then
|
||||
else
|
||||
MY_P="${PN}-${PV/_pre20200309/-alpha4}" # present as upgrade over previous snapshot
|
||||
SRC_URI="https://github.com/annulen/webkit/releases/download/${MY_P}/${MY_P}.tar.xz"
|
||||
KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
|
||||
KEYWORDS="amd64 arm arm64 ppc64 x86"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
fi
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
Reference in New Issue
Block a user