summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2024-06-04 12:30:00 -0400
committerMike Gilbert <floppym@gentoo.org>2024-06-04 12:30:00 -0400
commitebef08bb1cb748acf6a0ce095b1a153cb26df081 (patch)
tree8ea8c8e78ab5c5d6e523fed524c8022e57105a9f /sys-apps
parentapp-shells/nushell: drop 0.92.1 (diff)
downloadgentoo-ebef08bb1cb748acf6a0ce095b1a153cb26df081.tar.gz
gentoo-ebef08bb1cb748acf6a0ce095b1a153cb26df081.tar.bz2
gentoo-ebef08bb1cb748acf6a0ce095b1a153cb26df081.zip
sys-apps/systemd: depend on pefile for boot tests
Closes: https://bugs.gentoo.org/933537 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/systemd/systemd-255.7.ebuild6
-rw-r--r--sys-apps/systemd/systemd-9999.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-apps/systemd/systemd-255.7.ebuild b/sys-apps/systemd/systemd-255.7.ebuild
index 9745b49b3920..01d86166d7d0 100644
--- a/sys-apps/systemd/systemd-255.7.ebuild
+++ b/sys-apps/systemd/systemd-255.7.ebuild
@@ -175,8 +175,10 @@ BDEPEND="
$(python_gen_cond_dep "
dev-python/jinja[\${PYTHON_USEDEP}]
dev-python/lxml[\${PYTHON_USEDEP}]
- boot? ( >=dev-python/pyelftools-0.30[\${PYTHON_USEDEP}] )
- ukify? ( test? ( ${PEFILE_DEPEND} ) )
+ boot? (
+ >=dev-python/pyelftools-0.30[\${PYTHON_USEDEP}]
+ test? ( ${PEFILE_DEPEND} )
+ )
")
"
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
index 9ebc6c14fa23..c575432ab879 100644
--- a/sys-apps/systemd/systemd-9999.ebuild
+++ b/sys-apps/systemd/systemd-9999.ebuild
@@ -175,8 +175,10 @@ BDEPEND="
$(python_gen_cond_dep "
dev-python/jinja[\${PYTHON_USEDEP}]
dev-python/lxml[\${PYTHON_USEDEP}]
- boot? ( >=dev-python/pyelftools-0.30[\${PYTHON_USEDEP}] )
- ukify? ( test? ( ${PEFILE_DEPEND} ) )
+ boot? (
+ >=dev-python/pyelftools-0.30[\${PYTHON_USEDEP}]
+ test? ( ${PEFILE_DEPEND} )
+ )
")
"