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 66B5E138334 for ; Sun, 6 Oct 2019 22:22:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14B8EE081A; Sun, 6 Oct 2019 22:22:55 +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 EE518E081A for ; Sun, 6 Oct 2019 22:22:54 +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 7F5F134B9E4 for ; Sun, 6 Oct 2019 22:22:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF47182E for ; Sun, 6 Oct 2019 22:22:51 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1570400501.1c9ce8fdc52f69b5f711f20c90b8319b86edf861.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/upower/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/upower/upower-0.99.11.ebuild X-VCS-Directories: sys-power/upower/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1c9ce8fdc52f69b5f711f20c90b8319b86edf861 X-VCS-Branch: master Date: Sun, 6 Oct 2019 22:22:51 +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: ae7debc9-6823-4066-9229-39d089cea55c X-Archives-Hash: f4134992fd41b6e3d58067430f7ba335 commit: 1c9ce8fdc52f69b5f711f20c90b8319b86edf861 Author: Michał Górny gentoo org> AuthorDate: Sun Oct 6 22:21:41 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 6 22:21:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c9ce8fd sys-power/upower: Drop dbus-glib dep Closes: https://bugs.gentoo.org/693962 Signed-off-by: Michał Górny gentoo.org> sys-power/upower/upower-0.99.11.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-power/upower/upower-0.99.11.ebuild b/sys-power/upower/upower-0.99.11.ebuild index 201b2fd9efd..3e72c5ea1d7 100644 --- a/sys-power/upower/upower-0.99.11.ebuild +++ b/sys-power/upower/upower-0.99.11.ebuild @@ -20,7 +20,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbs IUSE="doc +introspection ios kernel_FreeBSD kernel_linux selinux" COMMON_DEPS=" - >=dev-libs/dbus-glib-0.100 >=dev-libs/glib-2.38:2 sys-apps/dbus:= introspection? ( dev-libs/gobject-introspection:= )