Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/epiphany/
Date: Mon, 30 May 2016 21:15:21
Message-Id: 1464642834.9c0dac8a59edd9891a0c79738092184916195c9c.pacho@gentoo
1 commit: 9c0dac8a59edd9891a0c79738092184916195c9c
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 21:13:54 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 21:13:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c0dac8a
7
8 www-client/epiphany: Fix virtualx.eclass usage
9
10 Package-Manager: portage-2.3.0_rc1
11
12 www-client/epiphany/epiphany-3.18.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-client/epiphany/epiphany-3.18.7.ebuild b/www-client/epiphany/epiphany-3.18.7.ebuild
16 index 8e2d389..c2d9673 100644
17 --- a/www-client/epiphany/epiphany-3.18.7.ebuild
18 +++ b/www-client/epiphany/epiphany-3.18.7.ebuild
19 @@ -75,5 +75,5 @@ src_configure() {
20
21 src_test() {
22 "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
23 - GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check
24 + GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
25 }