commit: 361802aa834027af6c646a30d5e4bc4dbb95cc35
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 11 15:38:03 2018 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu May 17 10:04:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361802aa
app-crypt/libsecret: Use modern virtualx API
app-crypt/libsecret/libsecret-0.18.6-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild
b/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild
index 071464a4136..3fd001d3c7d 100644
--- a/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild
+++ b/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild
@@ -84,5 +84,5 @@ multilib_src_configure() {
multilib_src_test() {
# tests fail without gobject-introspection
- multilib_is_native_abi && Xemake check
+ multilib_is_native_abi && virtx emake check
}