mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
net-libs/yder: Move runtime dependencies
Move the runtime dependencies from BDEPEND to RDEPEND. Closes: https://bugs.gentoo.org/933001 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
This commit is contained in:
@@ -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
|
||||
@@ -20,13 +20,13 @@ BDEPEND="
|
||||
app-text/doxygen
|
||||
media-gfx/graphviz
|
||||
)
|
||||
virtual/pkgconfig
|
||||
"
|
||||
DEPEND="
|
||||
net-libs/orcania
|
||||
systemd? (
|
||||
sys-apps/systemd
|
||||
)
|
||||
virtual/pkgconfig
|
||||
"
|
||||
DEPEND="
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
Reference in New Issue
Block a user