Skip to content

Commit

Permalink
add new dep to beremiz
Browse files Browse the repository at this point in the history
  • Loading branch information
bignaux committed Feb 19, 2015
1 parent dd83330 commit 479774c
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions dev-util/beremiz/beremiz-9999.ebuild
Expand Up @@ -24,18 +24,20 @@ fi
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE="canfestival doc twisted"
IUSE="canfestival doc +twisted"

RDEPEND="dev-python/wxpython:2.8
dev-python/numpy
dev-python/nevow
dev-python/simplejson
dev-util/wxglade
dev-python/pyro:3
dev-lang/matiec
RDEPEND="
canfestival? ( dev-libs/canfestival \
dev-python/gnosis-utils )
twisted? ( dev-python/twisted-core )"
twisted? ( dev-python/twisted-core \
dev-python/autobahn )
dev-lang/matiec
dev-python/wxpython:2.8
dev-python/nevow
dev-python/numpy
dev-python/pyro:3
dev-python/simplejson
dev-util/wxglade"

src_prepare() {
epatch "${FILESDIR}/beremiz-fix-wxversion.patch"
Expand Down

0 comments on commit 479774c

Please sign in to comment.