commit: ff66e10dec922c47dc30ff55409f952011e947a9
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 16 23:01:19 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Nov 16 23:01:42 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff66e10d
app-office/moneydance: get DEPEND/RDEPEND right.
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
app-office/moneydance/moneydance-2017.8.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/app-office/moneydance/moneydance-2017.8.ebuild
b/app-office/moneydance/moneydance-2017.8.ebuild
index f81dd0158f4..f20ce04ad9b 100644
--- a/app-office/moneydance/moneydance-2017.8.ebuild
+++ b/app-office/moneydance/moneydance-2017.8.ebuild
@@ -18,8 +18,11 @@ LICENSE="Apache-1.0 Apache-2.0 BSD CPAL-1.0 CPL-1.0 CSL-2.0
LGPL-2 MIT TIK"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPEND=">=virtual/jre-1.8:="
-DEPEND="${RDEPEND}"
+RDEPEND="
+ >=virtual/jre-1.8"
+
+DEPEND="
+ >=virtual/jdk-1.8"
S="${WORKDIR}/${MY_PN}"