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 E9C1E13835B for ; Mon, 29 Mar 2021 01:42:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36BCDE0839; Mon, 29 Mar 2021 01:42:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2156BE0839 for ; Mon, 29 Mar 2021 01:42:44 +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 CE526340E91 for ; Mon, 29 Mar 2021 01:42:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20F2B636 for ; Mon, 29 Mar 2021 01:42:40 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1616981954.e1adde1f6e5afea145a9b9dc37c51ff4d968fdbd.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgweather/libgweather-40.0.ebuild X-VCS-Directories: dev-libs/libgweather/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e1adde1f6e5afea145a9b9dc37c51ff4d968fdbd X-VCS-Branch: master Date: Mon, 29 Mar 2021 01:42:40 +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: 4d98f074-5b8f-49f0-b62b-5db5fd10db4f X-Archives-Hash: 2b724f298898779eae4af3e13aa09eec commit: e1adde1f6e5afea145a9b9dc37c51ff4d968fdbd Author: Matt Turner gentoo org> AuthorDate: Mon Mar 29 01:30:01 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Mar 29 01:39:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1adde1f dev-libs/libgweather: Depend on pygobject Used at build time. Closes: https://bugs.gentoo.org/778839 Signed-off-by: Matt Turner gentoo.org> dev-libs/libgweather/libgweather-40.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-libs/libgweather/libgweather-40.0.ebuild b/dev-libs/libgweather/libgweather-40.0.ebuild index a9e1c0918c2..25aefdc8fd5 100644 --- a/dev-libs/libgweather/libgweather-40.0.ebuild +++ b/dev-libs/libgweather/libgweather-40.0.ebuild @@ -37,6 +37,7 @@ BDEPEND=" >=sys-devel/gettext-0.19.8 virtual/pkgconfig ${PYTHON_DEPS} + $(python_gen_any_dep 'dev-python/pygobject[${PYTHON_USEDEP}]') $(vala_depend) " @@ -46,6 +47,10 @@ PATCHES=( "${FILESDIR}"/40.0-autoskip-network-test.patch ) +python_check_deps() { + has_version -b "dev-python/pygobject[${PYTHON_USEDEP}]" +} + pkg_setup() { python-any-r1_pkg_setup }