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 26BC7139085 for ; Thu, 26 Jan 2017 06:10:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CBC9234069; Thu, 26 Jan 2017 06:10:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A2A9234069 for ; Thu, 26 Jan 2017 06:10:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 542293414E9 for ; Thu, 26 Jan 2017 06:10:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 434132FE3 for ; Thu, 26 Jan 2017 06:10:06 +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: <1485410966.91b3a07230050131a47d66bf0c173f87354fc992.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/gtk+/gtk+-2.24.31-r1.ebuild X-VCS-Directories: x11-libs/gtk+/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 91b3a07230050131a47d66bf0c173f87354fc992 X-VCS-Branch: master Date: Thu, 26 Jan 2017 06:10:06 +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: d9863f49-6557-474d-a1ea-84fd01032911 X-Archives-Hash: 9a77f3511197c489bb4e82bc564596a3 commit: 91b3a07230050131a47d66bf0c173f87354fc992 Author: Mart Raudsepp gentoo org> AuthorDate: Thu Jan 26 06:08:58 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Jan 26 06:09:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b3a072 x11-libs/gtk+: Remove identical double gdk-pixbuf depend After removing the unnecessary USE=X depend on gdk-pixbuf, the two entries (one for general case and one for non-aqua) are identical, so remove the specific one for non-aqua Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-libs/gtk+/gtk+-2.24.31-r1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/x11-libs/gtk+/gtk+-2.24.31-r1.ebuild b/x11-libs/gtk+/gtk+-2.24.31-r1.ebuild index 4cc32a1..3149c8f 100644 --- a/x11-libs/gtk+/gtk+-2.24.31-r1.ebuild +++ b/x11-libs/gtk+/gtk+-2.24.31-r1.ebuild @@ -36,7 +36,6 @@ COMMON_DEPEND=" introspection? ( >=dev-libs/gobject-introspection-0.9.3:= ) !aqua? ( >=x11-libs/cairo-1.12.14-r4:=[aqua?,svg,X,${MULTILIB_USEDEP}] - >=x11-libs/gdk-pixbuf-2.30.7:2[introspection?,${MULTILIB_USEDEP}] >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}] >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] >=x11-libs/libXi-1.7.2[${MULTILIB_USEDEP}]