diff options
Diffstat (limited to 'media-gfx/pencil/pencil-0.6.5.ebuild')
-rw-r--r-- | media-gfx/pencil/pencil-0.6.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/pencil/pencil-0.6.5.ebuild b/media-gfx/pencil/pencil-0.6.5.ebuild index ecd137f12e37..e4872b8d9df9 100644 --- a/media-gfx/pencil/pencil-0.6.5.ebuild +++ b/media-gfx/pencil/pencil-0.6.5.ebuild @@ -30,6 +30,7 @@ DEPEND="${RDEPEND} " S="${WORKDIR}/${P/_/-}" +PATCHES="${FILESDIR}/${P}-skip-building-tests.patch" src_prepare() { default @@ -38,7 +39,7 @@ src_prepare() { } src_configure() { - eqmake5 PREFIX=/usr + eqmake5 PREFIX=/usr $(usex test "" "CONFIG+=NO_TESTS") } src_install() { |