Gentoo Archives: gentoo-portage-dev

From: Jason Stubbs <jstubbs@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] PATCH: initial EAPI awareness
Date: Sun, 28 Aug 2005 05:46:25
Message-Id: 200508281446.34126.jstubbs@gentoo.org
In Reply to: [gentoo-portage-dev] PATCH: initial EAPI awareness by Brian Harring
1 On Saturday 27 August 2005 19:53, Brian Harring wrote:
2 > Please test this out; if you want to test the EAPI checking, tag
3 > EAPI=1 into an ebuild, and try making emerge bail.
4
5 + print "EAPI check, unknown source "+str(x[0])+" for "+x[2]+", this
6 shouldn't occur",mylist
7 + sys.exit(1)
8
9 These two are in the patch. Can that be made an exception please? That way
10 --debug could still be useful if the bug hits.
11
12 --
13 Jason Stubbs

Replies

Subject Author
Re: [gentoo-portage-dev] PATCH: initial EAPI awareness Brian Harring <ferringb@g.o>