mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
rehex-0.5.3.ebuild
This commit is contained in:
parent
4d7b53c3e7
commit
098a8ce5fa
1 changed files with 7 additions and 7 deletions
|
|
@ -19,21 +19,21 @@ else
|
|||
KEYWORDS="amd64 ~arm64 x86"
|
||||
fi
|
||||
|
||||
RESTRICT="mirror
|
||||
!test? ( test )"
|
||||
RESTRICT="test"
|
||||
# !test? ( test )"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="doc test"
|
||||
IUSE="doc"
|
||||
|
||||
RDEPEND="${LUA_DEPS}
|
||||
dev-libs/capstone
|
||||
dev-libs/jansson
|
||||
x11-libs/wxGTK:${WX_GTK_VER}[X]"
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
dev-cpp/gtest
|
||||
)"
|
||||
DEPEND="${RDEPEND}"
|
||||
# test? (
|
||||
# dev-cpp/gtest
|
||||
# )"
|
||||
|
||||
BDEPEND="virtual/pkgconfig
|
||||
dev-lua/busted
|
||||
|
|
|
|||
Loading…
Reference in a new issue