diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2017-04-13 11:52:30 -0400 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2017-04-13 15:34:55 -0400 |
commit | 36023f0c54f9974c6ce8f22d34276d725c536767 (patch) | |
tree | 7b7a0a53b678af9fbbaeb0c9c80720624a9a75e2 /ebuild-writing/misc-files | |
parent | ebuild-writing/functions/pkg_nofetch: Do not reference DISTDIR. (diff) | |
download | devmanual-36023f0c54f9974c6ce8f22d34276d725c536767.tar.gz devmanual-36023f0c54f9974c6ce8f22d34276d725c536767.tar.bz2 devmanual-36023f0c54f9974c6ce8f22d34276d725c536767.zip |
ebuild-writing/misc-files/metadata: repoman does not depend on libxml2 anymore
When repoman was a part of sys-apps/portage, it didn't pull in libxml2
in the ebuild. The developers needed to make sure that libxml2 is
installed on the system to perform metadata checks. Now that it's
split into app-portage/repoman, it pulls in dev-python/lxml properly
and this statement is no longer valid.
Diffstat (limited to 'ebuild-writing/misc-files')
-rw-r--r-- | ebuild-writing/misc-files/metadata/text.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ebuild-writing/misc-files/metadata/text.xml b/ebuild-writing/misc-files/metadata/text.xml index ad429a5..44a8554 100644 --- a/ebuild-writing/misc-files/metadata/text.xml +++ b/ebuild-writing/misc-files/metadata/text.xml @@ -360,9 +360,8 @@ using the <c>app-portage/metagen</c> tool. </p> <p> -Commits of package metadata files are handled by <c>repoman</c>. In -order for metadata checks to be performed, <c>dev-libs/libxml2</c> -must be installed on the system. +Commits of package metadata files are handled by <c>repoman</c> as +part of regular package maintenance. </p> <p> |