diff options
| -rw-r--r-- | sys-apps/systemd/systemd-249_rc1.ebuild | 2 | ||||
| -rw-r--r-- | sys-apps/systemd/systemd-9999.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sys-apps/systemd/systemd-249_rc1.ebuild b/sys-apps/systemd/systemd-249_rc1.ebuild index 25cd67748f63..6524db4486d4 100644 --- a/sys-apps/systemd/systemd-249_rc1.ebuild +++ b/sys-apps/systemd/systemd-249_rc1.ebuild @@ -159,6 +159,8 @@ python_check_deps() { has_version -b "dev-python/lxml[${PYTHON_USEDEP}]" } +QA_EXECSTACK="usr/lib/systemd/boot/efi/*" + pkg_pretend() { if [[ ${MERGE_TYPE} != buildonly ]]; then if use test && has pid-sandbox ${FEATURES}; then diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 41b2a1b5b70e..3ff4f01859dd 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -159,6 +159,8 @@ python_check_deps() { has_version -b "dev-python/lxml[${PYTHON_USEDEP}]" } +QA_EXECSTACK="usr/lib/systemd/boot/efi/*" + pkg_pretend() { if [[ ${MERGE_TYPE} != buildonly ]]; then if use test && has pid-sandbox ${FEATURES}; then |
