commit: 9a22437a9a48de0e43cbde3faab3c725698d5ac2 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Mon Nov 21 08:43:18 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=9a22437a
dev-util/stepman: 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/stepman/metadata.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-util/stepman/metadata.xml b/dev-util/stepman/metadata.xml index aac91930b6e0..34e759e0a8b6 100644 --- a/dev-util/stepman/metadata.xml +++ b/dev-util/stepman/metadata.xml @@ -2,8 +2,12 @@ <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <!-- maintainer-needed --> - <longdescription>Step collection manager for Bitrise CLI. Part of the Bitrise Continuous Integration, Delivery and Automations Stack, with envman and bitrise. For a nice & quick intro you -should check: https://www.bitrise.io/cli</longdescription> + <longdescription> + Step collection manager for Bitrise CLI. Part of the Bitrise Continuous + Integration, Delivery and Automations Stack, with <pkg>dev-util/envman</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/stepman/issues</bugs-to> <changelog>https://github.com/bitrise-io/stepman/blob/master/CHANGELOG.md</changelog>
