mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
net-libs/syndication-domination: 1.0 / 9999 fixup
Signed-off-by: brettalcox <brettalcox@gmail.com>
This commit is contained in:
parent
687931a6e3
commit
e6477015d3
@ -4,16 +4,12 @@
|
||||
<maintainer type="person">
|
||||
<email>brettalcox@gmail.com</email>
|
||||
</maintainer>
|
||||
<maintainer type="person">
|
||||
<name>Julien Roy</name>
|
||||
<email>julien@jroy.ca</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="gitlab">GabMus/syndication-domination</remote-id>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name="json-binary">
|
||||
Builds a binary executable instead of python bindings
|
||||
Builds a binary executable instead of python bindings
|
||||
</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 2023-2024 Gentoo Authors
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
PYTHON_COMPAT=( python3_11 python3_12 )
|
||||
|
||||
inherit meson python-single-r1
|
||||
|
||||
@ -22,7 +22,7 @@ fi
|
||||
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
IUSE="json-binary +python"
|
||||
IUSE="debug json-binary +python"
|
||||
REQUIRED_USE="
|
||||
python? ( ${PYTHON_REQUIRED_USE} )
|
||||
!python? ( json-binary )
|
||||
@ -43,9 +43,11 @@ RDEPEND="
|
||||
${DEPEND}
|
||||
python? ( ${PYTHON_DEPS} )
|
||||
"
|
||||
BDEPEND=""
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
EMESON_BUILDTYPE=$(usex debug debug release)
|
||||
local emesonarge=(
|
||||
--prefix=/usr
|
||||
-DHTML_SUPPORT=true
|
||||
$(meson_use python PYTHON_BINDINGS)
|
@ -1,9 +1,9 @@
|
||||
# Copyright 2023-2024 Gentoo Authors
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
PYTHON_COMPAT=( python3_11 python3_12 )
|
||||
|
||||
inherit meson python-single-r1
|
||||
|
||||
@ -43,8 +43,10 @@ RDEPEND="
|
||||
${DEPEND}
|
||||
python? ( ${PYTHON_DEPS} )
|
||||
"
|
||||
BDEPEND=""
|
||||
|
||||
src_configure() {
|
||||
EMESON_BUILDTYPE=$(usex debug debug release)
|
||||
local emesonargs=(
|
||||
--prefix=/usr
|
||||
-DHTML_SUPPORT=true
|
||||
|
Loading…
x
Reference in New Issue
Block a user