Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 491256
Collapse All | Expand All

(-)a/portage-2.2.8-r1.ebuild (-1 / +2 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1999-2014 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.8-r1.ebuild,v 1.3 2014/03/02 11:44:02 hattya Exp $
3
# $Header: $
4
4
5
# Require EAPI 2 since we now require at least python-2.6 (for python 3
5
# Require EAPI 2 since we now require at least python-2.6 (for python 3
6
# syntax support) which also requires EAPI 2.
6
# syntax support) which also requires EAPI 2.
Lines 315-320 Link Here
315
		eerror "Please notify the arch maintainer about this issue. Using generic."
315
		eerror "Please notify the arch maintainer about this issue. Using generic."
316
		eerror ""
316
		eerror ""
317
	fi
317
	fi
318
	cd "${S}" || die
318
}
319
}
319
320
320
src_compile() {
321
src_compile() {

Return to bug 491256