commit: 97c29eed36005809e58ab98865035d04f6480de1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 14 00:06:36 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 14 00:06:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c29eed
sys-apps/man-pages: restore 9999 if/die
Restore note about 9999 so we copy from that for next release.
Fixes: 5493c697dd05162ef850be8d0476fa09c3e6d623
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/man-pages/man-pages-6.00.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sys-apps/man-pages/man-pages-6.00.ebuild
b/sys-apps/man-pages/man-pages-6.00.ebuild
index 51dc629de30e..290e9994e445 100644
--- a/sys-apps/man-pages/man-pages-6.00.ebuild
+++ b/sys-apps/man-pages/man-pages-6.00.ebuild
@@ -20,6 +20,10 @@ EAPI=8
MAN_PAGES_GENTOO_DIST=0
GENTOO_PATCH=2
+if [[ ${PV} != 6.00 ]] ; then
+ die "Please use 9999 as a template for the next bump for SRC_URI fixes."
+fi
+
DESCRIPTION="A somewhat comprehensive collection of Linux man pages"
HOMEPAGE="https://www.kernel.org/doc/man-pages/"
if [[ ${PV} == 9999 ]] ; then