mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-02 03:30:48 +02:00
libsearpc: sync with Gentoo
This commit is contained in:
parent
7287a8fd79
commit
0cdac3c706
1 changed files with 2 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
|
@ -22,10 +22,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
|||
DEPEND="${PYTHON_DEPS}
|
||||
>=dev-libs/glib-2.26.0
|
||||
>=dev-libs/jansson-2.2.1:="
|
||||
RDEPEND="${DEPEND}
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/simplejson[${PYTHON_USEDEP}]
|
||||
')"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/${PN}-${RELEASE_COMMIT}"
|
||||
|
||||
Loading…
Reference in a new issue