summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-10-14 01:06:36 +0100
committerSam James <sam@gentoo.org>2022-10-14 01:06:36 +0100
commit97c29eed36005809e58ab98865035d04f6480de1 (patch)
tree45cb5f4141505951fcfb84121c29c2a0539c8316 /sys-apps/man-pages
parentdev-util/dialog: Stabilize 1.3.20220728 arm, #877055 (diff)
downloadgentoo-97c29eed36005809e58ab98865035d04f6480de1.tar.gz
gentoo-97c29eed36005809e58ab98865035d04f6480de1.tar.bz2
gentoo-97c29eed36005809e58ab98865035d04f6480de1.zip
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@gentoo.org>
Diffstat (limited to 'sys-apps/man-pages')
-rw-r--r--sys-apps/man-pages/man-pages-6.00.ebuild4
1 files changed, 4 insertions, 0 deletions
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