Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r11574 - main/trunk
Date: Sat, 27 Sep 2008 20:04:59
Message-Id: E1Kjg2C-0007lj-AN@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-09-27 20:04:55 +0000 (Sat, 27 Sep 2008)
3 New Revision: 11574
4
5 Modified:
6 main/trunk/NEWS
7 Log:
8 EAPI 2 is now supported.
9
10
11 Modified: main/trunk/NEWS
12 ===================================================================
13 --- main/trunk/NEWS 2008-09-27 19:24:10 UTC (rev 11573)
14 +++ main/trunk/NEWS 2008-09-27 20:04:55 UTC (rev 11574)
15 @@ -3,11 +3,9 @@
16 portage-2.2
17 -------------
18
19 -* Add support for a new EAPI="2_pre0" value that can be used in ebuilds when
20 - testing new features such as USE dependencies. This is an experimental EAPI
21 - that will not be supported after the final EAPI 2 is defined. For more
22 - information about experimental EAPI features, refer to the "Ebuild" chapter
23 - of the html documentation that is installed with portage.
24 +* Add support for a new EAPI="2" value. For more information about new EAPI
25 + features, refer to the "Ebuild" chapter of the html documentation that is
26 + installed with portage.
27 * Add PORTAGE_IONICE_COMMAND setting for make.conf which is called to adjust
28 IO priority on portage and it's subprocesses.
29 * Add link level dependency awareness to emerge --depclean and --prune actions