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 25F17158094 for ; Mon, 20 Sep 2021 09:36:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4933EE0942; Mon, 20 Sep 2021 09:36:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE10EE0940 for ; Mon, 20 Sep 2021 09:36:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6A74342FFC for ; Mon, 20 Sep 2021 09:36:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47811BD for ; Mon, 20 Sep 2021 09:36:13 +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: <1632130411.bc44f2b360cd1c731dade3eb681134d34eaf94dd.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/iio-sensor-proxy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gnome-extra/iio-sensor-proxy/iio-sensor-proxy-3.1.ebuild X-VCS-Directories: gnome-extra/iio-sensor-proxy/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: bc44f2b360cd1c731dade3eb681134d34eaf94dd X-VCS-Branch: dev Date: Mon, 20 Sep 2021 09:36:13 +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: 8b7c1775-4ae4-4bb7-8971-8fe8da45ea75 X-Archives-Hash: dfd1dbf466bfd95ae750455112b2c987 Message-ID: <20210920093613.rmkwF0kcqs7Vp8CjDThlNbfss5bPg2BFE4CNJyg-J4A@z> commit: bc44f2b360cd1c731dade3eb681134d34eaf94dd Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Sep 20 09:33:31 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Sep 20 09:33:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc44f2b3 gnome-extra/iio-sensor-proxy: fix MissingInherits Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> gnome-extra/iio-sensor-proxy/iio-sensor-proxy-3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/iio-sensor-proxy/iio-sensor-proxy-3.1.ebuild b/gnome-extra/iio-sensor-proxy/iio-sensor-proxy-3.1.ebuild index d713e9dbb..8c48ec4c2 100644 --- a/gnome-extra/iio-sensor-proxy/iio-sensor-proxy-3.1.ebuild +++ b/gnome-extra/iio-sensor-proxy/iio-sensor-proxy-3.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit gnome2-utils meson systemd udev +inherit gnome2-utils meson systemd udev xdg DESCRIPTION="IIO sensors to D-Bus proxy" HOMEPAGE="https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/"