From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 921BB138331 for ; Thu, 17 May 2018 10:05:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1F63E0948; Thu, 17 May 2018 10:05:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A25B9E0998 for ; Thu, 17 May 2018 10:05:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6FB5335C78 for ; Thu, 17 May 2018 10:05:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 179762A1 for ; Thu, 17 May 2018 10:05:25 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1526551499.361802aa834027af6c646a30d5e4bc4dbb95cc35.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libsecret/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/libsecret/libsecret-0.18.6-r1.ebuild X-VCS-Directories: app-crypt/libsecret/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 361802aa834027af6c646a30d5e4bc4dbb95cc35 X-VCS-Branch: master Date: Thu, 17 May 2018 10:05:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b0be15e0-9700-4382-87d1-ac37fabe54a3 X-Archives-Hash: 5efc8f28de1210e267c806747abeefce commit: 361802aa834027af6c646a30d5e4bc4dbb95cc35 Author: Michał Górny gentoo org> AuthorDate: Fri May 11 15:38:03 2018 +0000 Commit: Gilles Dartiguelongue gentoo 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 }