summaryrefslogtreecommitdiff
path: root/dev-util/cppunit/cppunit-9999-r1.ebuild
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2025-09-22 01:18:29 +0300
committerSam James <sam@gentoo.org>2025-09-22 00:14:57 +0100
commitcfb161c1748a22dc3072880a5dbeba6e744de06a (patch)
tree8db0727c6f625987dcc25ec3561ce2b88bc74561 /dev-util/cppunit/cppunit-9999-r1.ebuild
parentf1dad04afafb4e6a3e4a6382703801f2e2decff0 (diff)
downloadgentoo-cfb161c1748a22dc3072880a5dbeba6e744de06a.tar.gz
gentoo-cfb161c1748a22dc3072880a5dbeba6e744de06a.tar.bz2
gentoo-cfb161c1748a22dc3072880a5dbeba6e744de06a.zip
dev-util/cppunit: ChangeLog is generated for releases
So it wont exist in the git repo. Upstream commit: d6ec7807b977bbb5b24e7c46ed486fb65abfe48d Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43891 Closes: https://github.com/gentoo/gentoo/pull/43891 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/cppunit/cppunit-9999-r1.ebuild')
-rw-r--r--dev-util/cppunit/cppunit-9999-r1.ebuild6
1 files changed, 5 insertions, 1 deletions
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