mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 09:26:58 +02:00
hack(sys-apps/systemd): Restore python2_6 compat flag
The ebuild previously had a local change to allow it to be built with python 2.6 that I missed. Restore for now but we should consider upgrading since gentoo has moved to 2.7.
This commit is contained in:
parent
35236acb15
commit
af005fdec9
@ -4,7 +4,7 @@
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
PYTHON_COMPAT=( python2_6 python2_7 )
|
||||
inherit autotools-utils bash-completion-r1 linux-info pam \
|
||||
python-single-r1 systemd
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
EAPI=5
|
||||
|
||||
AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
PYTHON_COMPAT=( python2_6 python2_7 )
|
||||
inherit autotools-utils linux-info multilib pam python-single-r1 systemd toolchain-funcs udev user
|
||||
|
||||
DESCRIPTION="System and service manager for Linux"
|
||||
|
Loading…
Reference in New Issue
Block a user