summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Gtk2-AppIndicator')
-rw-r--r--dev-perl/Gtk2-AppIndicator/Gtk2-AppIndicator-0.150.0.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-perl/Gtk2-AppIndicator/Gtk2-AppIndicator-0.150.0.ebuild b/dev-perl/Gtk2-AppIndicator/Gtk2-AppIndicator-0.150.0.ebuild
index 1fc3f86bc05e..3bef901177a6 100644
--- a/dev-perl/Gtk2-AppIndicator/Gtk2-AppIndicator-0.150.0.ebuild
+++ b/dev-perl/Gtk2-AppIndicator/Gtk2-AppIndicator-0.150.0.ebuild
@@ -5,7 +5,7 @@ EAPI=5
MODULE_AUTHOR=OESTERHOL
MODULE_VERSION=0.15
-inherit perl-module
+inherit virtualx perl-module
DESCRIPTION="Perl binding for the GTK2 AppIndicator"
@@ -19,5 +19,7 @@ RDEPEND="
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"
-
+src_test() {
+ virtx perl-module_src_test
+}
SRC_TEST="do parallel"