mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
dev-libs/zziplib: adjust pkg_setup
Closes: https://bugs.gentoo.org/737944 Version 0.13.71 also solves bug #716494 Closes: https://bugs.gentoo.org/716494 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/17165 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
11dafa0d06
commit
e2ddd79f9e
@@ -3,8 +3,8 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7,8} )
|
||||
inherit cmake eutils flag-o-matic python-any-r1
|
||||
PYTHON_COMPAT=( python3_{7,8,9} )
|
||||
inherit cmake flag-o-matic python-any-r1
|
||||
|
||||
DESCRIPTION="Lightweight library for extracting data from files archived in a single zip file"
|
||||
HOMEPAGE="http://zziplib.sourceforge.net/"
|
||||
@@ -33,15 +33,15 @@ DEPEND="
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/zziplib-0.13.69-009-perror.patch
|
||||
"${FILESDIR}"/zziplib-0.13.71-join-paths-pc-zzipsdldir.patch
|
||||
"${FILESDIR}"/zziplib-0.13.71-find-bash.patch
|
||||
"${FILESDIR}"/zziplib-0.13.71-testbuilds-opensuse15-ninja-sdl2.patch
|
||||
"${FILESDIR}"/zziplib-0.13.71-shell-DESTDIR.patch
|
||||
"${FILESDIR}"/${PN}-0.13.69-009-perror.patch
|
||||
"${FILESDIR}"/${PN}-0.13.71-join-paths-pc-zzipsdldir.patch
|
||||
"${FILESDIR}"/${PN}-0.13.71-find-bash.patch
|
||||
"${FILESDIR}"/${PN}-0.13.71-testbuilds-opensuse15-ninja-sdl2.patch
|
||||
"${FILESDIR}"/${PN}-0.13.71-shell-DESTDIR.patch
|
||||
)
|
||||
|
||||
pkg_setup() {
|
||||
use test && python-any-r1_pkg_setup
|
||||
(use test || use doc) && python-any-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
|
||||
Reference in New Issue
Block a user