summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2022-04-27 10:56:20 +0200
committerFlorian Schmaus <flow@gentoo.org>2022-04-27 10:57:14 +0200
commitc075203e017c43310dfbc87543f885b1a17d74c8 (patch)
treed49a8c89142123bd4b9d6d9fd574b91a49864cbf
parentdev-java/xmlgraphics-commons: enable tests (diff)
downloadgentoo-c075203e.tar.gz
gentoo-c075203e.tar.bz2
gentoo-c075203e.zip
dev-java/xmlgraphics-commons: Re-add DOCS=( NOTICE README)
We should install the NOTICE file, as per the Apache License 2.0. Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r--dev-java/xmlgraphics-commons/xmlgraphics-commons-2.7-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.7-r1.ebuild b/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.7-r1.ebuild
index ad42da6ed305..2bc679b79fbe 100644
--- a/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.7-r1.ebuild
+++ b/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.7-r1.ebuild
@@ -46,6 +46,8 @@ DEPEND="${CP_DEPEND}
RDEPEND="${CP_DEPEND}
>=virtual/jre-1.8:*"
+DOCS=( NOTICE README )
+
S="${WORKDIR}/${P}"
JAVA_SRC_DIR="src/main/java"