From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1118357-garchives=archives.gentoo.org@lists.gentoo.org> 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 082DF138334 for <garchives@archives.gentoo.org>; Tue, 22 Oct 2019 06:37:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20276E085A; Tue, 22 Oct 2019 06:37:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 08FE1E085A for <gentoo-commits@lists.gentoo.org>; Tue, 22 Oct 2019 06:36:59 +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 82B6F34C1CC for <gentoo-commits@lists.gentoo.org>; Tue, 22 Oct 2019 06:36:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBBC2778 for <gentoo-commits@lists.gentoo.org>; Tue, 22 Oct 2019 06:36:56 +0000 (UTC) From: "Mart Raudsepp" <leio@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" <leio@gentoo.org> Message-ID: <1571726205.a2dcac0a8cb79c7b9a194d518fa702ce9086c3d0.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmanette/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libmanette/libmanette-0.2.3.ebuild X-VCS-Directories: dev-libs/libmanette/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: a2dcac0a8cb79c7b9a194d518fa702ce9086c3d0 X-VCS-Branch: master Date: Tue, 22 Oct 2019 06:36:56 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 124bf09c-0059-440b-99d3-93066269224c X-Archives-Hash: cfe1a50b9859b00c17902def719a2222 commit: a2dcac0a8cb79c7b9a194d518fa702ce9086c3d0 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Tue Oct 22 06:36:45 2019 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Tue Oct 22 06:36:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2dcac0a dev-libs/libmanette: add missing libgudev[introspection?] USE dep Closes: https://bugs.gentoo.org/698216 Package-Manager: Portage-2.3.69, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> dev-libs/libmanette/libmanette-0.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libmanette/libmanette-0.2.3.ebuild b/dev-libs/libmanette/libmanette-0.2.3.ebuild index d7f54324a44..98bd2c9d42f 100644 --- a/dev-libs/libmanette/libmanette-0.2.3.ebuild +++ b/dev-libs/libmanette/libmanette-0.2.3.ebuild @@ -15,7 +15,7 @@ REQUIRED_USE="vala? ( introspection )" RDEPEND=" >=dev-libs/glib-2.50:2 - udev? ( dev-libs/libgudev ) + udev? ( dev-libs/libgudev[introspection?] ) dev-libs/libevdev introspection? ( >=dev-libs/gobject-introspection-1.56:= ) "