aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-21 04:40:21 +0000
committerUlrich Müller <ulm@gentoo.org>2021-03-30 18:00:54 +0200
commit00c1824be4d4bd2a72a54be9846846478d25ada1 (patch)
tree62a1003b321b801998494e7b722f35cc4df1551f
parentebuild-maintenance/new-ebuild: mention pkgdev as an alternative to repoman (diff)
downloaddevmanual-00c1824b.tar.gz
devmanual-00c1824b.tar.bz2
devmanual-00c1824b.zip
general-concepts/manifest: mention pkgdev manifest
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--general-concepts/manifest/text.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/general-concepts/manifest/text.xml b/general-concepts/manifest/text.xml
index 06fef9a..d4c97d8 100644
--- a/general-concepts/manifest/text.xml
+++ b/general-concepts/manifest/text.xml
@@ -15,9 +15,10 @@ by the package. This is used to verify integrity upon fetching them.
</p>
<p>
-To generate the <c>Manifest</c>, use <c>ebuild foo.ebuild manifest</c>
-or <c>repoman manifest</c>. You may want to set <c>GENTOO_MIRRORS=</c> while
-calling it to fetch distfiles from their original locations immediately.
+To generate the <c>Manifest</c>, use <c>ebuild foo.ebuild manifest</c>,
+<c>repoman manifest</c>, or <c>pkgdev manifest -m</c>. You may want to set
+<c>GENTOO_MIRRORS=</c> while calling it to fetch distfiles from their original
+locations immediately.
</p>
</body>