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 EED79138334 for ; Mon, 20 Aug 2018 07:29:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5AAFE09E6; Mon, 20 Aug 2018 07:29:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 BA6EDE09E6 for ; Mon, 20 Aug 2018 07:29:55 +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 03415335D25 for ; Mon, 20 Aug 2018 07:29:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 803AF398 for ; Mon, 20 Aug 2018 07:29:52 +0000 (UTC) From: "Mart Raudsepp" 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" Message-ID: <1534750119.1bec5a8e1f92036cd52592077f301d167473d382.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/glib/glib-2.56.2.ebuild X-VCS-Directories: dev-libs/glib/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 1bec5a8e1f92036cd52592077f301d167473d382 X-VCS-Branch: master Date: Mon, 20 Aug 2018 07:29:52 +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: 58412da5-c4d8-4f9b-8fb7-a0ba5d22c793 X-Archives-Hash: 89c47a465517506ecf890d55194db557 commit: 1bec5a8e1f92036cd52592077f301d167473d382 Author: Mart Raudsepp gentoo org> AuthorDate: Mon Aug 20 07:28:14 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Aug 20 07:28:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bec5a8e dev-libs/glib-2.56.2: remove accidental leftover python RDEPEND No revbump as this is a rather fresh bump and a python RDEPEND is in place still anyways due to migrational glib-utils RDEP Package-Manager: Portage-2.3.47, Repoman-2.3.10 dev-libs/glib/glib-2.56.2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-libs/glib/glib-2.56.2.ebuild b/dev-libs/glib/glib-2.56.2.ebuild index a6deba5610e..f18c2acdc30 100644 --- a/dev-libs/glib/glib-2.56.2.ebuild +++ b/dev-libs/glib/glib-2.56.2.ebuild @@ -38,7 +38,6 @@ RDEPEND=" selinux? ( >=sys-libs/libselinux-2.2.2-r5[${MULTILIB_USEDEP}] ) xattr? ( >=sys-apps/attr-2.4.47-r1[${MULTILIB_USEDEP}] ) fam? ( >=virtual/fam-0-r1[${MULTILIB_USEDEP}] ) - ${PYTHON_DEPS} utils? ( >=dev-util/gdbus-codegen-${PV} virtual/libelf:0=