jkt 08/01/31 14:33:57 Modified: gentoo-ppc-faq.xml Log: s/digest/manifest/ and stuff like that
Revision Changes Path 1.67 xml/htdocs/doc/en/gentoo-ppc-faq.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml?rev=1.67&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml?rev=1.67&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml?r1=1.66&r2=1.67 Index: gentoo-ppc-faq.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- gentoo-ppc-faq.xml 18 Jan 2008 23:37:28 -0000 1.66 +++ gentoo-ppc-faq.xml 31 Jan 2008 14:33:57 -0000 1.67 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v 1.66 2008/01/18 23:37:28 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v 1.67 2008/01/31 14:33:57 jkt Exp $ --> <guide link="/doc/en/gentoo-ppc-faq.xml"> <title>Gentoo Linux/PowerPC Frequently Asked Questions</title> @@ -27,8 +27,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.38</version> -<date>2008-01-18</date> +<version>1.39</version> +<date>2008-01-31</date> <faqindex> <title>Questions</title> @@ -827,13 +827,13 @@ <p> If your package hasn't yet been tested on PPC, you'll need to first mark the ebuild with the ppc keyword. This is done using the ekeyword tool which is part -of the gentoolkit-dev package. To mark the ebuild ppc and re-digest it to -reflect the changes: +of the gentoolkit-dev package. To mark the ebuild ppc and regenerate the +manifest file so that it reflects the changes: </p> <pre caption="Adding the ppc keyword to app-foo/bar"> # <i>ekeyword ppc /usr/portage/app-foo/bar/bar-1.0.ebuild</i> -# <i>ebuild /usr/portage/app-foo/bar/bar-1.0.ebuild digest</i> +# <i>ebuild /usr/portage/app-foo/bar/bar-1.0.ebuild manifest</i> </pre> <p> -- [email protected] mailing list
