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 0E92C138331 for ; Thu, 17 May 2018 10:05:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8E0FE09C4; 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 B7156E09AB for ; Thu, 17 May 2018 10:05:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3BE58335C75 for ; Thu, 17 May 2018 10:05:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E58393E for ; Thu, 17 May 2018 10:05:24 +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.c2c643542baed922a9bdd9a04471ada5f850cd51.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.ebuild X-VCS-Directories: app-crypt/libsecret/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: c2c643542baed922a9bdd9a04471ada5f850cd51 X-VCS-Branch: master Date: Thu, 17 May 2018 10:05:24 +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: 3838c7f2-15f9-4607-b968-b0110721bf95 X-Archives-Hash: 32d380b5d025488d6d8ee19779d2966e commit: c2c643542baed922a9bdd9a04471ada5f850cd51 Author: Michał Górny gentoo org> AuthorDate: Fri May 11 13:57:12 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=c2c64354 app-crypt/libsecret: Tests require USE=introspection Bug: https://bugs.gentoo.org/655482 app-crypt/libsecret/libsecret-0.18.6.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-crypt/libsecret/libsecret-0.18.6.ebuild b/app-crypt/libsecret/libsecret-0.18.6.ebuild index 3574cf37621..bb2a01f9ac0 100644 --- a/app-crypt/libsecret/libsecret-0.18.6.ebuild +++ b/app-crypt/libsecret/libsecret-0.18.6.ebuild @@ -15,7 +15,9 @@ LICENSE="LGPL-2.1+ Apache-2.0" # Apache-2.0 license is used for tests only SLOT="0" IUSE="+crypt +introspection test vala" -REQUIRED_USE="vala? ( introspection )" +# Tests fail with USE=-introspection, https://bugs.gentoo.org/655482 +REQUIRED_USE="test? ( introspection ) + vala? ( introspection )" KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"