diff options
author | Kent Fredric <kentfredric@gmail.com> | 2015-06-19 21:35:35 +1200 |
---|---|---|
committer | Kent Fredric <kentfredric@gmail.com> | 2015-06-19 21:35:35 +1200 |
commit | e650dd854a4bb17394ff9b475483fe970c984449 (patch) | |
tree | caacea88d81b3d22aa67983bd58b4157c5c0794b /dev-perl/Padre-Plugin-Autoformat | |
parent | [bump] Module-Compile-0.350.0, remove old (diff) | |
download | perl-overlay-e650dd854a4bb17394ff9b475483fe970c984449.tar.gz perl-overlay-e650dd854a4bb17394ff9b475483fe970c984449.tar.bz2 perl-overlay-e650dd854a4bb17394ff9b475483fe970c984449.zip |
[fixup] Padre-Plugin-Autoformat: run GTK-requiring tests with virtualx
Diffstat (limited to 'dev-perl/Padre-Plugin-Autoformat')
-rw-r--r-- | dev-perl/Padre-Plugin-Autoformat/Padre-Plugin-Autoformat-1.220.0-r1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-perl/Padre-Plugin-Autoformat/Padre-Plugin-Autoformat-1.220.0-r1.ebuild b/dev-perl/Padre-Plugin-Autoformat/Padre-Plugin-Autoformat-1.220.0-r1.ebuild index 5311fa7b7..c6913bfc5 100644 --- a/dev-perl/Padre-Plugin-Autoformat/Padre-Plugin-Autoformat-1.220.0-r1.ebuild +++ b/dev-perl/Padre-Plugin-Autoformat/Padre-Plugin-Autoformat-1.220.0-r1.ebuild @@ -6,7 +6,7 @@ EAPI=5 MODULE_AUTHOR=AZAWAWI MODULE_VERSION=1.22 -inherit perl-module +inherit perl-module virtualx DESCRIPTION="reformat your text within Padre" @@ -17,3 +17,7 @@ IUSE="" DEPEND=">=dev-perl/Module-Build-0.36.01" RDEPEND="app-editors/padre dev-perl/text-autoformat" + +src_test() { + VIRTUALX_COMMAND="perl-module_src_test" virtualmake +} |