| 1 | <?xml version="1.0" encoding="UTF-8"?> |
1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-amd64-faq.xml,v 1.37 2010/07/18 22:00:22 nightmorph Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-amd64-faq.xml,v 1.38 2011/03/02 09:25:49 nightmorph Exp $ --> |
| 4 | |
4 | |
| 5 | <guide> |
5 | <guide> |
| 6 | <title>Gentoo Linux/AMD64 Frequently Asked Questions</title> |
6 | <title>Gentoo Linux/AMD64 Frequently Asked Questions</title> |
| 7 | |
7 | |
| 8 | <author title="Editor"> |
8 | <author title="Editor"> |
| … | |
… | |
| 27 | |
27 | |
| 28 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
28 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 29 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
29 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 30 | <license/> |
30 | <license/> |
| 31 | |
31 | |
| 32 | <version>2</version> |
32 | <version>3</version> |
| 33 | <date>2010-07-18</date> |
33 | <date>2011-03-02</date> |
| 34 | |
34 | |
| 35 | <faqindex> |
35 | <faqindex> |
| 36 | <title>Questions</title> |
36 | <title>Questions</title> |
| 37 | <section> |
37 | <section> |
| 38 | <title>Introduction to Gentoo/AMD64 FAQ</title> |
38 | <title>Introduction to Gentoo/AMD64 FAQ</title> |
| … | |
… | |
| 334 | accepting another architecture for the package. The following example shows you |
334 | accepting another architecture for the package. The following example shows you |
| 335 | can tell Portage to accept any keyword for a given package. |
335 | can tell Portage to accept any keyword for a given package. |
| 336 | </p> |
336 | </p> |
| 337 | |
337 | |
| 338 | <pre caption="Example of adding package keywords"> |
338 | <pre caption="Example of adding package keywords"> |
| 339 | # <i>echo "category/packagename **" >> /etc/portage/package.keywords</i> |
339 | # <i>echo "category/packagename **" >> /etc/portage/package.accept_keywords</i> |
| 340 | # <i>emerge packagename</i> |
340 | # <i>emerge packagename</i> |
| 341 | </pre> |
341 | </pre> |
| 342 | |
342 | |
| 343 | <p> |
343 | <p> |
| 344 | If it works fine for you, please let us know and file a bug on <uri |
344 | If it works fine for you, please let us know and file a bug on <uri |