mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-arch/libzim: use python-any-r1
Closes: https://bugs.gentoo.org/934556 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -3,21 +3,23 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit meson python-any-r1
|
||||
|
||||
DESCRIPTION="ZIM file format: an offline storage solution for content coming from the Web"
|
||||
HOMEPAGE="https://wiki.openzim.org/wiki/OpenZIM"
|
||||
SRC_URI="https://github.com/openzim/$PN/archive/$PV.tar.gz -> $P.tar.gz"
|
||||
SRC_URI="https://github.com/openzim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="sys-libs/zlib
|
||||
RDEPEND="
|
||||
app-arch/lzma
|
||||
dev-libs/icu
|
||||
app-arch/zstd
|
||||
dev-libs/xapian
|
||||
sys-fs/e2fsprogs"
|
||||
|
||||
DEPEND="virtual/pkgconfig"
|
||||
app-arch/xz-utils
|
||||
app-arch/zstd:=
|
||||
dev-libs/icu:=
|
||||
dev-libs/xapian:=
|
||||
"
|
||||
BDEPEND="${PYTHON_DEPS}"
|
||||
Reference in New Issue
Block a user