net-news/gfeeds: drop debug USE flag

Caused compilation failure

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2024-03-11 18:59:00 -04:00
parent fa8d3a3a9f
commit 428f7f0c8f

View File

@@ -1,4 +1,4 @@
# Copyright 2023 Gentoo Authors
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,7 +17,6 @@ PATCHES="${FILESDIR}/${P}-blueprint-0.80-fix.patch"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="debug"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="
@@ -45,7 +44,6 @@ BDEPEND=">=dev-build/meson-0.58"
src_configure() {
local emesonargs=(
--buildtype $(usex debug debug release)
--prefix=/usr
)
meson_src_configure