From: Fabian Groffen Date: Tue, 18 Jan 2011 18:59:58 +0000 (+0100) Subject: Merge remote branch 'overlays-gentoo-org/master' into prefix X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=25d0ae36d7339cd633b76d8e279a417462242c13;p=portage.git Merge remote branch 'overlays-gentoo-org/master' into prefix Conflicts caused by copyright header change: bin/ebuild bin/egencache bin/emerge bin/portageq bin/repoman --- 25d0ae36d7339cd633b76d8e279a417462242c13 diff --cc bin/ebuild index e1d2ef169,2c04200e7..541e7c909 --- a/bin/ebuild +++ b/bin/ebuild @@@ -1,5 -1,5 +1,5 @@@ -#!/usr/bin/python -O +#!@PREFIX_PORTAGE_PYTHON@ -O - # Copyright 1999-2010 Gentoo Foundation + # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 from __future__ import print_function diff --cc bin/egencache index 89e407c2b,76dd900e7..ec56ff367 --- a/bin/egencache +++ b/bin/egencache @@@ -1,5 -1,5 +1,5 @@@ -#!/usr/bin/python +#!@PREFIX_PORTAGE_PYTHON@ - # Copyright 2009-2010 Gentoo Foundation + # Copyright 2009-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 from __future__ import print_function diff --cc bin/emerge index 8d56c0929,6f69244be..324f67382 --- a/bin/emerge +++ b/bin/emerge @@@ -1,5 -1,5 +1,5 @@@ -#!/usr/bin/python +#!@PREFIX_PORTAGE_PYTHON@ - # Copyright 2006-2009 Gentoo Foundation + # Copyright 2006-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 from __future__ import print_function diff --cc bin/portageq index 1fa290d74,2f254ca81..e682e8304 --- a/bin/portageq +++ b/bin/portageq @@@ -1,5 -1,5 +1,5 @@@ -#!/usr/bin/python -O +#!@PREFIX_PORTAGE_PYTHON@ -O - # Copyright 1999-2006 Gentoo Foundation + # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 from __future__ import print_function diff --cc bin/repoman index 2e976f233,60c69fb59..d87e23a0a --- a/bin/repoman +++ b/bin/repoman @@@ -1,5 -1,5 +1,5 @@@ -#!/usr/bin/python -O +#!@PREFIX_PORTAGE_PYTHON@ -O - # Copyright 1999-2010 Gentoo Foundation + # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # Next to do: dep syntax checking in mask files