Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nemo/
Date: Mon, 30 May 2016 21:15:20
Message-Id: 1464642542.76e671e8b0602b8506d5bff0d86816ab8db27a25.pacho@gentoo
1 commit: 76e671e8b0602b8506d5bff0d86816ab8db27a25
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 21:09:02 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 21:09:02 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76e671e8
7
8 gnome-extra/nemo: Fix virtualx.eclass usage
9
10 Package-Manager: portage-2.3.0_rc1
11
12 gnome-extra/nemo/nemo-2.8.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/gnome-extra/nemo/nemo-2.8.7.ebuild b/gnome-extra/nemo/nemo-2.8.7.ebuild
16 index a719b04..7d3f0e5 100644
17 --- a/gnome-extra/nemo/nemo-2.8.7.ebuild
18 +++ b/gnome-extra/nemo/nemo-2.8.7.ebuild
19 @@ -81,5 +81,5 @@ src_test() {
20 "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/libnemo-private" || die
21
22 cd src # we don't care about translation tests
23 - GSETTINGS_SCHEMA_DIR="${S}/libnemo-private" Xemake check
24 + GSETTINGS_SCHEMA_DIR="${S}/libnemo-private" virtx emake check
25 }