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:
Michael Marineau 2013-06-05 16:03:28 -04:00
parent 35236acb15
commit af005fdec9
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
EAPI=5 EAPI=5
PYTHON_COMPAT=( python2_7 ) PYTHON_COMPAT=( python2_6 python2_7 )
inherit autotools-utils bash-completion-r1 linux-info pam \ inherit autotools-utils bash-completion-r1 linux-info pam \
python-single-r1 systemd python-single-r1 systemd

View File

@ -5,7 +5,7 @@
EAPI=5 EAPI=5
AUTOTOOLS_PRUNE_LIBTOOL_FILES=all 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 inherit autotools-utils linux-info multilib pam python-single-r1 systemd toolchain-funcs udev user
DESCRIPTION="System and service manager for Linux" DESCRIPTION="System and service manager for Linux"