| … | |
… | |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-advanced.xml,v 1.5 2012/10/06 20:17:51 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-advanced.xml,v 1.6 2012/10/06 20:19:38 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <abstract> |
11 | <abstract> |
| 12 | As times goes by, Portage evolves and matures further and further. Additional |
12 | As times goes by, Portage evolves and matures further and further. Additional |
| 13 | features are continuously being put in - many of these are only of use by more |
13 | features are continuously being put in - many of these are only of use by more |
| 14 | advanced users. This chapter will go into more detail of these specific |
14 | advanced users. This chapter will go into more detail of these specific |
| 15 | features. |
15 | features. |
| 16 | </abstract> |
16 | </abstract> |
| 17 | |
17 | |
| 18 | <version>4</version> |
18 | <version>5</version> |
| 19 | <date>2012-08-15</date> |
19 | <date>2012-10-06</date> |
| 20 | |
20 | |
| 21 | <section> |
21 | <section> |
| 22 | <title>Introduction</title> |
22 | <title>Introduction</title> |
| 23 | <body> |
23 | <body> |
| 24 | |
24 | |
| … | |
… | |
| 297 | <c>epatch_user</c> from within the ebuild, so you do not need to override |
297 | <c>epatch_user</c> from within the ebuild, so you do not need to override |
| 298 | anything specific. |
298 | anything specific. |
| 299 | </p> |
299 | </p> |
| 300 | |
300 | |
| 301 | <p> |
301 | <p> |
| 302 | If you need to patch firefox (for instance because a developer asked you to to |
302 | If you need to patch firefox (for instance because a developer provided you with |
| 303 | support you in a bug you reported), put the patch in |
303 | a patch and asked you to check if it fixes the bug you reported), put the patch in |
| 304 | <path>/etc/portage/patches/www-client/firefox</path> (probably best to use the |
304 | <path>/etc/portage/patches/www-client/firefox</path> (probably best to use the |
| 305 | full name, including version so that the patch does not interfere with later |
305 | full name, including version so that the patch does not interfere with later |
| 306 | versions) and rebuild firefox. |
306 | versions) and rebuild firefox. |
| 307 | </p> |
307 | </p> |
| 308 | |
308 | |