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 AF208138359 for ; Mon, 23 Nov 2020 02:09:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 089E6E082D; Mon, 23 Nov 2020 02:09:37 +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 E27FBE082D for ; Mon, 23 Nov 2020 02:09:36 +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 F356E340CD6 for ; Mon, 23 Nov 2020 02:09:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 768BC451 for ; Mon, 23 Nov 2020 02:09:34 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1606097372.b286b26ad58cf1815ec44f50693456fd484d5293.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/dbus-glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/dbus-glib/dbus-glib-0.110.ebuild X-VCS-Directories: dev-libs/dbus-glib/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: b286b26ad58cf1815ec44f50693456fd484d5293 X-VCS-Branch: master Date: Mon, 23 Nov 2020 02:09:34 +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: 06123000-6cb1-4b70-914b-bd115f15be9c X-Archives-Hash: 3a68e159d376d0d613fa3a631e1b95a8 commit: b286b26ad58cf1815ec44f50693456fd484d5293 Author: Mike Gilbert gentoo org> AuthorDate: Mon Nov 23 02:08:32 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Nov 23 02:09:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b286b26a dev-libs/dbus-glib: inherit toolchain-funcs for tc-is-cross-compiler Signed-off-by: Mike Gilbert gentoo.org> dev-libs/dbus-glib/dbus-glib-0.110.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/dbus-glib/dbus-glib-0.110.ebuild b/dev-libs/dbus-glib/dbus-glib-0.110.ebuild index fad3e34a6eb..6e817d8bfe9 100644 --- a/dev-libs/dbus-glib/dbus-glib-0.110.ebuild +++ b/dev-libs/dbus-glib/dbus-glib-0.110.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit bash-completion-r1 multilib-minimal +inherit bash-completion-r1 multilib-minimal toolchain-funcs DESCRIPTION="D-Bus bindings for glib" HOMEPAGE="https://dbus.freedesktop.org/"