Skip to content

Commit

Permalink
dev-java/leiningen-bin: fix RDEPEND/DEPEND.
Browse files Browse the repository at this point in the history
RDEPEND => virtual/jre
DEPEND  => virtual/jdk

Package-Manager: Portage-2.3.5, Repoman-2.3.1
  • Loading branch information
monsieurp committed May 10, 2017
1 parent 72ae18e commit fa8d8a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dev-java/leiningen-bin/leiningen-bin-2.7.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="6"
Expand All @@ -19,8 +19,8 @@ LICENSE="EPL-1.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND=">=virtual/jdk-1.6:*"
DEPEND=">=virtual/jdk-1.6:*"
RDEPEND=">=virtual/jre-1.6"
DEPEND=">=virtual/jdk-1.6"

RESTRICT="test"

Expand Down
4 changes: 2 additions & 2 deletions dev-java/leiningen-bin/leiningen-bin-2.7.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ LICENSE="EPL-1.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x64-macos"

RDEPEND=">=virtual/jdk-1.6:*"
DEPEND=">=virtual/jdk-1.6:*"
RDEPEND=">=virtual/jre-1.6"
DEPEND=">=virtual/jdk-1.6"

RESTRICT="test"

Expand Down

0 comments on commit fa8d8a6

Please sign in to comment.