commit: 9c0dac8a59edd9891a0c79738092184916195c9c
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 21:13:54 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon May 30 21:13:54 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c0dac8a
www-client/epiphany: Fix virtualx.eclass usage
Package-Manager: portage-2.3.0_rc1
www-client/epiphany/epiphany-3.18.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/epiphany/epiphany-3.18.7.ebuild
b/www-client/epiphany/epiphany-3.18.7.ebuild
index 8e2d389..c2d9673 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
}