diff options
author | 2021-01-24 14:04:40 -0500 | |
---|---|---|
committer | 2021-01-24 14:06:22 -0500 | |
commit | 1502dc73c98b4092442f9cceb81e22a9799910fe (patch) | |
tree | 863df5c8b8b0819a557dfa10532682d9b51148ef /sys-boot | |
parent | gui-apps/wayland-logout: drop old version (diff) | |
download | gentoo-1502dc73c98b4092442f9cceb81e22a9799910fe.tar.gz gentoo-1502dc73c98b4092442f9cceb81e22a9799910fe.tar.bz2 gentoo-1502dc73c98b4092442f9cceb81e22a9799910fe.zip |
sys-boot/systemd-boot: use python-any-r1
Closes: https://bugs.gentoo.org/766390
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/systemd-boot/systemd-boot-245.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-boot/systemd-boot/systemd-boot-245.ebuild b/sys-boot/systemd-boot/systemd-boot-245.ebuild index 748f866fdec2..7767ac23cf9d 100644 --- a/sys-boot/systemd-boot/systemd-boot-245.ebuild +++ b/sys-boot/systemd-boot/systemd-boot-245.ebuild @@ -1,9 +1,10 @@ -# Copyright 2016-2020 Gentoo Authors +# Copyright 2016-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +PYTHON_COMPAT=( python3_{7..9} ) -inherit meson toolchain-funcs +inherit meson python-any-r1 toolchain-funcs DESCRIPTION="UEFI boot manager from systemd (formerly gummiboot)" HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd/systemd-boot/" @@ -16,6 +17,7 @@ IUSE="" RESTRICT="test" BDEPEND=" + ${PYTHON_DEPS} app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.5 app-text/docbook-xsl-stylesheets |