mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
net-news/gfeeds: drop debug USE flag
Caused compilation failure Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user