From af005fdec989c498ed6ceb6fe99e8b1172f45389 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 5 Jun 2013 16:03:28 -0400 Subject: [PATCH] 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. --- .../portage-stable/sys-apps/systemd/systemd-197-r1.ebuild | 2 +- .../portage-stable/sys-apps/systemd/systemd-204.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/systemd/systemd-197-r1.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/systemd/systemd-197-r1.ebuild index 126f4cfba3..dbe7b3b3d3 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/systemd/systemd-197-r1.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-apps/systemd/systemd-197-r1.ebuild @@ -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 diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/systemd/systemd-204.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/systemd/systemd-204.ebuild index 89437bfaf4..ad4a2a0a51 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/systemd/systemd-204.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-apps/systemd/systemd-204.ebuild @@ -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"