summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-05-30 23:13:54 +0200
committerPacho Ramos <pacho@gentoo.org>2016-05-30 23:13:54 +0200
commit9c0dac8a59edd9891a0c79738092184916195c9c (patch)
tree4dfc659a2fbff5beaa6f1acf49d77542e6459a2b /www-client/epiphany
parentx11-libs/gtksourceview: Fix virtualx.eclass usage (diff)
downloadgentoo-9c0dac8a59edd9891a0c79738092184916195c9c.tar.gz
gentoo-9c0dac8a59edd9891a0c79738092184916195c9c.tar.bz2
gentoo-9c0dac8a59edd9891a0c79738092184916195c9c.zip
www-client/epiphany: Fix virtualx.eclass usage
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'www-client/epiphany')
-rw-r--r--www-client/epiphany/epiphany-3.18.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/epiphany/epiphany-3.18.7.ebuild b/www-client/epiphany/epiphany-3.18.7.ebuild
index 8e2d389622c6..c2d9673ee961 100644
--- a/www-client/epiphany/epiphany-3.18.7.ebuild
+++ b/www-client/epiphany/epiphany-3.18.7.ebuild
@@ -75,5 +75,5 @@ src_configure() {
src_test() {
"${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
- GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check
+ GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
}