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 7B85D138334 for ; Tue, 2 Oct 2018 15:45:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3673CE08AE; Tue, 2 Oct 2018 15:45:48 +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 0AD0EE08AE for ; Tue, 2 Oct 2018 15:45:47 +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 4C923335C6F for ; Tue, 2 Oct 2018 15:45:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5D4F2C6 for ; Tue, 2 Oct 2018 15:45:44 +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: <1538495109.ae17fcb0b33a3a251bc76f7175952bd59d0cb429.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgudev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgudev/libgudev-232.ebuild X-VCS-Directories: dev-libs/libgudev/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: ae17fcb0b33a3a251bc76f7175952bd59d0cb429 X-VCS-Branch: master Date: Tue, 2 Oct 2018 15:45:44 +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-Archives-Salt: 840f97ef-0b23-4a5e-893d-e56ebdb36a6a X-Archives-Hash: 80a860f9c27c83a8385041142e52ff00 commit: ae17fcb0b33a3a251bc76f7175952bd59d0cb429 Author: Mike Gilbert gentoo org> AuthorDate: Tue Oct 2 15:44:51 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Oct 2 15:45:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae17fcb0 dev-libs/libgudev: depend on dev-util/glib-utils Closes: https://bugs.gentoo.org/667562 Package-Manager: Portage-2.3.50_p10, Repoman-2.3.11_p17 Signed-off-by: Mike Gilbert gentoo.org> dev-libs/libgudev/libgudev-232.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/libgudev/libgudev-232.ebuild b/dev-libs/libgudev/libgudev-232.ebuild index e05ba73f477..19cf0c8a543 100644 --- a/dev-libs/libgudev/libgudev-232.ebuild +++ b/dev-libs/libgudev/libgudev-232.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,6 +24,7 @@ RDEPEND="${COMMON_DEPEND} !sys-apps/systemd[gudev(-)] " DEPEND="${COMMON_DEPEND} + dev-util/glib-utils >=dev-util/gtk-doc-am-1.18 virtual/pkgconfig[${MULTILIB_USEDEP}] "