diff options
| -rw-r--r-- | media-gfx/gimp/gimp-2.8.14-r1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/media-gfx/gimp/gimp-2.8.14-r1.ebuild b/media-gfx/gimp/gimp-2.8.14-r1.ebuild index 879011b5fea8..06622c9e77cd 100644 --- a/media-gfx/gimp/gimp-2.8.14-r1.ebuild +++ b/media-gfx/gimp/gimp-2.8.14-r1.ebuild @@ -5,7 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) -inherit versionator autotools eutils gnome2 fdo-mime multilib python-single-r1 +inherit versionator virtualx autotools eutils gnome2 fdo-mime multilib python-single-r1 DESCRIPTION="GNU Image Manipulation Program" HOMEPAGE="http://www.gimp.org/" @@ -136,6 +136,10 @@ _clean_up_locales() { done } +src_test() { + Xemake check +} + src_install() { gnome2_src_install |
