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 5E5CB1382C5 for ; Thu, 11 Jun 2020 16:50:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62509E0801; Thu, 11 Jun 2020 16:50:39 +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 48F60E0801 for ; Thu, 11 Jun 2020 16:50:39 +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 03D9C34EF43 for ; Thu, 11 Jun 2020 16:50:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDB2C291 for ; Thu, 11 Jun 2020 16:50:33 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1591793630.a992fda24bfd47a76a019ab7c2afcfbfead579ce.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/libcloudproviders/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/libcloudproviders/libcloudproviders-0.3.1.ebuild X-VCS-Directories: dev-libs/libcloudproviders/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: a992fda24bfd47a76a019ab7c2afcfbfead579ce X-VCS-Branch: master Date: Thu, 11 Jun 2020 16:50:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 936ff647-ae8b-45a7-8175-1024485f1e1e X-Archives-Hash: 7994f2784395b28d0143b9b8c0a03491 commit: a992fda24bfd47a76a019ab7c2afcfbfead579ce Author: David Heidelberg ixit cz> AuthorDate: Wed Jun 10 12:53:50 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Jun 10 12:53:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a992fda2 dev-libs/libcloudproviders: fix USE vala dep on introspection Closes: https://github.com/pimvullers/elementary/issues/197 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: David Heidelberg ixit.cz> dev-libs/libcloudproviders/libcloudproviders-0.3.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/libcloudproviders/libcloudproviders-0.3.1.ebuild b/dev-libs/libcloudproviders/libcloudproviders-0.3.1.ebuild index 6d351c5..667bc61 100644 --- a/dev-libs/libcloudproviders/libcloudproviders-0.3.1.ebuild +++ b/dev-libs/libcloudproviders/libcloudproviders-0.3.1.ebuild @@ -15,6 +15,7 @@ LICENSE="LGPL-3+" SLOT="0" KEYWORDS="~amd64" IUSE="doc introspection vala" +REQUIRED_USE="vala? ( introspection )" RDEPEND=" >=dev-libs/glib-2.58.0:2