commit: 790ba9417997cc06d22d9611b2f2c3b00b3b77ec Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> AuthorDate: Mon Sep 25 04:38:31 2017 +0000 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> CommitDate: Mon Sep 25 04:38:31 2017 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=790ba941
ebuild-maintenance: replace the tags in the example for referencing bugs The tag 'Gentoo-Bug:' is not valid anymore. Replace the use of this tag with examples of 'Bug:' and 'Closes:'. ebuild-maintenance/text.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance/text.xml index fe56f7a..0a94d9c 100644 --- a/ebuild-maintenance/text.xml +++ b/ebuild-maintenance/text.xml @@ -211,7 +211,8 @@ app-misc/foo: version bump to 0.5 This also adds a new USE flag 'bar' which controls the new bar functionality introduced with this version. -Gentoo-Bug: 01234 +Bug: https://bugs.gentoo.org/00000 +Closes: https://bugs.gentoo.org/00001 </pre> </body>
