Skip to content

Commit

Permalink
dev-scheme/kawa: fix DEPEND/RDEPEND.
Browse files Browse the repository at this point in the history
Signed-off-by: Patrice Clement <[email protected]>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
  • Loading branch information
monsieurp committed Mar 17, 2019
1 parent 3a7cdea commit b6c8f8e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev-scheme/kawa/kawa-1.14-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,18 @@ KEYWORDS="x86"
IUSE="+awt +frontend jemacs krl +sax servlets +swing +xml xqtests"

CDEPEND="
>=virtual/jdk-1.6
frontend? ( sys-libs/readline:0 )
sax? ( dev-java/sax:0 )
servlets? ( java-virtuals/servlet-api:3.0 )"

DEPEND="
${CDEPEND}
>=virtual/jdk-1.6
xqtests? ( app-arch/unzip:0 )"

RDEPEND="
${CDEPEND}"
${CDEPEND}
>=virtual/jre-1.6"

xtestsuite="XQTS_${XQTS_Ver}"

Expand Down

0 comments on commit b6c8f8e

Please sign in to comment.