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"
|
KEYWORDS="amd64 ~arm64 x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RESTRICT="mirror
|
RESTRICT="test"
|
||||||
!test? ( test )"
|
# !test? ( test )"
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="doc test"
|
IUSE="doc"
|
||||||
|
|
||||||
RDEPEND="${LUA_DEPS}
|
RDEPEND="${LUA_DEPS}
|
||||||
dev-libs/capstone
|
dev-libs/capstone
|
||||||
dev-libs/jansson
|
dev-libs/jansson
|
||||||
x11-libs/wxGTK:${WX_GTK_VER}[X]"
|
x11-libs/wxGTK:${WX_GTK_VER}[X]"
|
||||||
DEPEND="${RDEPEND}
|
DEPEND="${RDEPEND}"
|
||||||
test? (
|
# test? (
|
||||||
dev-cpp/gtest
|
# dev-cpp/gtest
|
||||||
)"
|
# )"
|
||||||
|
|
||||||
BDEPEND="virtual/pkgconfig
|
BDEPEND="virtual/pkgconfig
|
||||||
dev-lua/busted
|
dev-lua/busted
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue