diff options
author | Jonathan Callen <jcallen@gentoo.org> | 2018-12-02 20:42:43 -0500 |
---|---|---|
committer | Jonathan Callen <jcallen@gentoo.org> | 2018-12-02 21:18:14 -0500 |
commit | c718f85f363fdf730de98be39042e9454a8dc828 (patch) | |
tree | 600e24909bf43c68e7db8a285ba9b7c790b8e160 /sys-apps | |
parent | media-video/obs-studio: add python3_7 (diff) | |
download | gentoo-c718f85f363fdf730de98be39042e9454a8dc828.tar.gz gentoo-c718f85f363fdf730de98be39042e9454a8dc828.tar.bz2 gentoo-c718f85f363fdf730de98be39042e9454a8dc828.zip |
sys-apps/systemd: add python3_7
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jonathan Callen <jcallen@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/systemd/systemd-239-r2.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/systemd/systemd-239-r2.ebuild b/sys-apps/systemd/systemd-239-r2.ebuild index 833177e4a2ba..137db8bfafe6 100644 --- a/sys-apps/systemd/systemd-239-r2.ebuild +++ b/sys-apps/systemd/systemd-239-r2.ebuild @@ -12,7 +12,7 @@ else KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86" fi -PYTHON_COMPAT=( python{3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} ) inherit bash-completion-r1 linux-info meson multilib-minimal ninja-utils pam python-any-r1 systemd toolchain-funcs udev user diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index aede109ac608..3403bfbf099d 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -11,7 +11,7 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" fi -PYTHON_COMPAT=( python{3_5,3_6} ) +PYTHON_COMPAT=( python{3_5,3_6,3_7} ) inherit bash-completion-r1 linux-info meson multilib-minimal ninja-utils pam python-any-r1 systemd toolchain-funcs udev user |