commit: 1577e191cc54e9e9e71f0691c455f57695399230
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 20 08:02:02 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Apr 20 08:03:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1577e191
dev-java/reflections: remove unnecessary DOCS definition
The default src_install implementation will dodoc README* already. No
need to explicitly state that we want to dodoc README.md.
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-java/reflections/reflections-0.9.12.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/dev-java/reflections/reflections-0.9.12.ebuild
b/dev-java/reflections/reflections-0.9.12.ebuild
index 52f87a290943..81b492eaeeb4 100644
--- a/dev-java/reflections/reflections-0.9.12.ebuild
+++ b/dev-java/reflections/reflections-0.9.12.ebuild
@@ -52,8 +52,6 @@ RDEPEND="
>=virtual/jre-1.8:*
${CP_DEPEND}"
-DOCS=( README.md )
-
S="${WORKDIR}/${P}"
JAVA_CLASSPATH_EXTRA="servlet-api-2.5"