summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-06-24 04:09:36 +0100
committerSam James <sam@gentoo.org>2024-06-24 04:09:36 +0100
commit7e291aacd96adbbd096fe2d6950d57f3005481c6 (patch)
treef85d71e027a37f5afb7d6cb13527a801252b1daa /app-dicts
parentdev-python/munkres: Stabilize 1.1.4-r1 sparc, #934714 (diff)
downloadgentoo-7e291aacd96adbbd096fe2d6950d57f3005481c6.tar.gz
gentoo-7e291aacd96adbbd096fe2d6950d57f3005481c6.tar.bz2
gentoo-7e291aacd96adbbd096fe2d6950d57f3005481c6.zip
app-dicts/verbiste: add missing test dep(s)
Closes: https://bugs.gentoo.org/820329 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/verbiste/verbiste-0.1.48.ebuild11
1 files changed, 10 insertions, 1 deletions
diff --git a/app-dicts/verbiste/verbiste-0.1.48.ebuild b/app-dicts/verbiste/verbiste-0.1.48.ebuild
index b5a0b66f3fe5..b1f25b041f94 100644
--- a/app-dicts/verbiste/verbiste-0.1.48.ebuild
+++ b/app-dicts/verbiste/verbiste-0.1.48.ebuild
@@ -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