From 97c29eed36005809e58ab98865035d04f6480de1 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 14 Oct 2022 01:06:36 +0100 Subject: 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 --- sys-apps/man-pages/man-pages-6.00.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys-apps/man-pages') 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 -- cgit v1.2.3-65-gdbad