diff options
-rw-r--r-- | sys-apps/man-pages/man-pages-6.00.ebuild | 4 |
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 |