mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 14:36:58 +02:00
dev-libs/jsoncpp: Sync with Gentoo
It's from Gentoo commit c1252bed7132d704f1a15608408cb925a6e4d0bb.
This commit is contained in:
parent
33b206f6f8
commit
bdfb2acd47
@ -3,14 +3,16 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{9..11} )
|
PYTHON_COMPAT=( python3_{10..12} )
|
||||||
|
|
||||||
inherit meson python-any-r1
|
inherit meson python-any-r1
|
||||||
|
|
||||||
DESCRIPTION="C++ JSON reader and writer"
|
DESCRIPTION="C++ JSON reader and writer"
|
||||||
HOMEPAGE="https://github.com/open-source-parsers/jsoncpp"
|
HOMEPAGE="https://github.com/open-source-parsers/jsoncpp/"
|
||||||
SRC_URI="
|
SRC_URI="
|
||||||
https://github.com/open-source-parsers/${PN}/archive/${PV}.tar.gz
|
https://github.com/open-source-parsers/${PN}/archive/${PV}.tar.gz
|
||||||
-> ${P}.tar.gz"
|
-> ${P}.tar.gz
|
||||||
|
"
|
||||||
|
|
||||||
LICENSE="|| ( public-domain MIT )"
|
LICENSE="|| ( public-domain MIT )"
|
||||||
SLOT="0/25"
|
SLOT="0/25"
|
||||||
@ -20,8 +22,8 @@ RESTRICT="!test? ( test )"
|
|||||||
|
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
${PYTHON_DEPS}
|
${PYTHON_DEPS}
|
||||||
doc? ( app-doc/doxygen )"
|
doc? ( app-doc/doxygen )
|
||||||
RDEPEND=""
|
"
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
local emesonargs=(
|
local emesonargs=(
|
||||||
|
Loading…
Reference in New Issue
Block a user