mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
app-dicts/verbiste: add missing test dep(s)
Closes: https://bugs.gentoo.org/820329 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
ce300f1b55
commit
7e291aacd9
@ -12,7 +12,8 @@ SRC_URI="http://sarrazip.com/dev/${P}.tar.gz"
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~riscv ~x86"
|
||||
IUSE="gtk"
|
||||
IUSE="gtk test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-libs/libxml2-2.4.0:2
|
||||
@ -22,6 +23,10 @@ DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
test? (
|
||||
dev-lang/perl
|
||||
dev-perl/XML-Parser
|
||||
)
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
@ -34,6 +39,10 @@ src_configure() {
|
||||
econf "${myeconfargs[@]}"
|
||||
}
|
||||
|
||||
src_test() {
|
||||
emake VERBOSE=1 check
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user