summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2022-04-20 10:02:02 +0200
committerFlorian Schmaus <flow@gentoo.org>2022-04-20 10:03:26 +0200
commit1577e191cc54e9e9e71f0691c455f57695399230 (patch)
tree9e3d4f820c85f450b95fd7d40092f4313a33268d /dev-java/reflections
parentdev-java/reflections: Bump to 0.9.12 (diff)
downloadgentoo-1577e191cc54e9e9e71f0691c455f57695399230.tar.gz
gentoo-1577e191cc54e9e9e71f0691c455f57695399230.tar.bz2
gentoo-1577e191cc54e9e9e71f0691c455f57695399230.zip
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@gentoo.org>
Diffstat (limited to 'dev-java/reflections')
-rw-r--r--dev-java/reflections/reflections-0.9.12.ebuild2
1 files changed, 0 insertions, 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"