commit:     a099a5a6fdaa381c25d71d293aab2951791e8cbb
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 18 13:48:15 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Feb 18 13:48:15 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a099a5a6

sci-biology/vague-bin: fix SLOT operators

Package-Manager: portage-2.2.17

---
 sci-biology/vague-bin/ChangeLog              | 3 +++
 sci-biology/vague-bin/vague-bin-1.0.5.ebuild | 9 +++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/sci-biology/vague-bin/ChangeLog b/sci-biology/vague-bin/ChangeLog
index fbb1f77..1982d25 100644
--- a/sci-biology/vague-bin/ChangeLog
+++ b/sci-biology/vague-bin/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  18 Feb 2015; Justin Lecher <j...@gentoo.org> vague-bin-1.0.5.ebuild:
+  sci-biology/vague-bin: fix SLOT operators
+
   09 Feb 2015; Marius Brehler <mar...@linux.sungazer.de> epga-9999.ebuild:
   Switch from git-2 to git-r3; Cleanup; Fix KEYWORDS
 

diff --git a/sci-biology/vague-bin/vague-bin-1.0.5.ebuild 
b/sci-biology/vague-bin/vague-bin-1.0.5.ebuild
index 11ef16b..b1d8d14 100644
--- a/sci-biology/vague-bin/vague-bin-1.0.5.ebuild
+++ b/sci-biology/vague-bin/vague-bin-1.0.5.ebuild
@@ -22,12 +22,13 @@ fi
 LICENSE="GPL-2"
 SLOT="0"
 
-DEPEND=">=virtual/jre-1.5
+RDEPEND="
+       >=virtual/jre-1.5:*
        sci-biology/velvet
        sci-biology/velvetk"
-RDEPEND="${DEPEND}"
+DEPEND=">=virtual/jdk-1.5:*"
 
-S="${WORKDIR}"/vague-"${PV}"
+S="${WORKDIR}"/vague-${PV}
 
 src_prepare(){
        epatch "${FILESDIR}"/vague.patch
@@ -35,5 +36,5 @@ src_prepare(){
 
 src_install(){
        dobin vague
-       java-pkg_dojar vague.jar || die
+       java-pkg_dojar vague.jar
 }

Reply via email to