From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1446843-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id CA949158020
	for <garchives@archives.gentoo.org>; Fri, 14 Oct 2022 00:07:09 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8D66AE0867;
	Fri, 14 Oct 2022 00:07:08 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 70BAFE0867
	for <gentoo-commits@lists.gentoo.org>; Fri, 14 Oct 2022 00:07:08 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 83BEE340DE3
	for <gentoo-commits@lists.gentoo.org>; Fri, 14 Oct 2022 00:07:07 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E932D608
	for <gentoo-commits@lists.gentoo.org>; Fri, 14 Oct 2022 00:07:05 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1665705996.97c29eed36005809e58ab98865035d04f6480de1.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/man-pages/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-apps/man-pages/man-pages-6.00.ebuild
X-VCS-Directories: sys-apps/man-pages/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 97c29eed36005809e58ab98865035d04f6480de1
X-VCS-Branch: master
Date: Fri, 14 Oct 2022 00:07:05 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 36c78e62-0fd2-4734-a945-1447725f1d11
X-Archives-Hash: b0bd0b966c1f31a03f36f186ef71da18

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