Gentoo Archives: gentoo-commits

From: "Anant Narayanan (anant)" <anant@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/news/en/gmn: 20080930-newsletter.xml
Date: Tue, 30 Sep 2008 19:27:58
Message-Id: E1Kkkt1-0006e6-FP@stork.gentoo.org
1 anant 08/09/30 19:27:55
2
3 Modified: 20080930-newsletter.xml
4 Log:
5 Fix minor issue with EAPI link
6
7 Revision Changes Path
8 1.2 xml/htdocs/news/en/gmn/20080930-newsletter.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/news/en/gmn/20080930-newsletter.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/news/en/gmn/20080930-newsletter.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/news/en/gmn/20080930-newsletter.xml?r1=1.1&r2=1.2
13
14 Index: 20080930-newsletter.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/news/en/gmn/20080930-newsletter.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- 20080930-newsletter.xml 30 Sep 2008 18:10:06 -0000 1.1
21 +++ 20080930-newsletter.xml 30 Sep 2008 19:27:54 -0000 1.2
22 @@ -165,7 +165,7 @@
23
24 <ul>
25 <li>
26 - <b>EAPI-2</b>: the new <uri link="proj/en/qa/pms.xml">EAPI</uri> is
27 + <b>EAPI-2</b>: the new <uri link="/proj/en/qa/pms.xml">EAPI</uri> is
28 approved. This brings features such as USE dependencies to Portage; for
29 example, a package can now directly depend on a package built with USE="foo"
30 without resorting to trickery or "built_with_use || die" hacks.