commit: 87cc5b3a40e910929f46c5a115c2aaca745295c9 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Mon Nov 21 08:40:02 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon Nov 21 15:40:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87cc5b3a
dev-util/envman: reference other packages in longdescription Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-util/envman/metadata.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-util/envman/metadata.xml b/dev-util/envman/metadata.xml index 08b169c418c5..738757ed1a7b 100644 --- a/dev-util/envman/metadata.xml +++ b/dev-util/envman/metadata.xml @@ -2,7 +2,12 @@ <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <!-- maintainer-needed --> - <longdescription>Environment variable manager for Bitrise CLI. Part of the Bitrise Continuous Integration, Delivery and Automations Stack, with stepman and bitrise. For a nice & quick intro you should check: https://www.bitrise.io/cli</longdescription> + <longdescription> + Environment variable manager for Bitrise CLI. Part of the Bitrise + Continuous Integration, Delivery and Automations Stack, with + <pkg>dev-util/stepman</pkg> and <pkg>dev-util/bitrise</pkg>. For a + nice & quick intro you should check: https://www.bitrise.io/cli + </longdescription> <upstream> <bugs-to>https://github.com/bitrise-io/envman/issues</bugs-to> <changelog>https://github.com/bitrise-io/envman/blob/master/CHANGELOG.md</changelog>
