projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b022d33
)
app-text/rnv: re-set dep scm in DEPEND, fixes bug #558920
author
Ian Delaney
<idella4@gentoo.org>
Tue, 8 Sep 2015 12:13:37 +0000
(20:13 +0800)
committer
Ian Delaney
<idella4@gentoo.org>
Tue, 8 Sep 2015 12:16:22 +0000
(20:16 +0800)
Package-Manager: portage-2.2.20.1
app-text/rnv/rnv-1.7.11-r1.ebuild
patch
|
blob
|
history
diff --git
a/app-text/rnv/rnv-1.7.11-r1.ebuild
b/app-text/rnv/rnv-1.7.11-r1.ebuild
index aa115b86e3fa789c20771f22aa88bb73fffee6fc..5d0d5e3eb55e842543bd5841bf19862c7dc1723f 100644
(file)
--- a/
app-text/rnv/rnv-1.7.11-r1.ebuild
+++ b/
app-text/rnv/rnv-1.7.11-r1.ebuild
@@
-13,10
+13,9
@@
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="scheme"
RDEPEND="dev-libs/expat
-
scheme? ( dev-scheme/scm[libscm] )
"
+
dev-scheme/scm[libscm]
"
DEPEND="${RDEPEND}"
src_prepare() {