diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-05-30 23:13:54 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-05-30 23:13:54 +0200 |
commit | 9c0dac8a59edd9891a0c79738092184916195c9c (patch) | |
tree | 4dfc659a2fbff5beaa6f1acf49d77542e6459a2b /www-client/epiphany | |
parent | x11-libs/gtksourceview: Fix virtualx.eclass usage (diff) | |
download | gentoo-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.ebuild | 2 |
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 } |