From cfb161c1748a22dc3072880a5dbeba6e744de06a Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Mon, 22 Sep 2025 01:18:29 +0300 Subject: dev-util/cppunit: ChangeLog is generated for releases So it wont exist in the git repo. Upstream commit: d6ec7807b977bbb5b24e7c46ed486fb65abfe48d Signed-off-by: Alfred Wingate Part-of: https://github.com/gentoo/gentoo/pull/43891 Closes: https://github.com/gentoo/gentoo/pull/43891 Signed-off-by: Sam James --- dev-util/cppunit/cppunit-9999-r1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dev-util/cppunit/cppunit-9999-r1.ebuild') diff --git a/dev-util/cppunit/cppunit-9999-r1.ebuild b/dev-util/cppunit/cppunit-9999-r1.ebuild index f1fea6efac7d..ccc040e3f3b0 100644 --- a/dev-util/cppunit/cppunit-9999-r1.ebuild +++ b/dev-util/cppunit/cppunit-9999-r1.ebuild @@ -32,7 +32,11 @@ BDEPEND=" ) " -DOCS=( AUTHORS BUGS NEWS README THANKS TODO ChangeLog doc/FAQ ) +if [[ ${PV} == *9999 ]] ; then + DOCS=( AUTHORS BUGS NEWS README THANKS TODO doc/FAQ ) +else + DOCS=( AUTHORS BUGS NEWS README THANKS TODO ChangeLog doc/FAQ ) +fi src_prepare() { default -- cgit v1.2.3