diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-05-11 17:38:03 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2018-05-17 12:04:59 +0200 |
commit | 361802aa834027af6c646a30d5e4bc4dbb95cc35 (patch) | |
tree | 0e2af71ffa2e78dfcfa85477256bd29035f6478e /app-crypt | |
parent | app-crypt/libsecret: Enable multilib support (diff) | |
download | gentoo-361802aa834027af6c646a30d5e4bc4dbb95cc35.tar.gz gentoo-361802aa834027af6c646a30d5e4bc4dbb95cc35.tar.bz2 gentoo-361802aa834027af6c646a30d5e4bc4dbb95cc35.zip |
app-crypt/libsecret: Use modern virtualx API
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/libsecret/libsecret-0.18.6-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild b/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild index 071464a4136e..3fd001d3c7d3 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 } |