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 32C89139694 for ; Sun, 5 Mar 2017 17:20:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AD2621C04E; Sun, 5 Mar 2017 17:20:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 68EB621C04E for ; Sun, 5 Mar 2017 17:20:35 +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 0D6993416B8 for ; Sun, 5 Mar 2017 17:20:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 788F75D6D for ; Sun, 5 Mar 2017 17:20:32 +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: <1488734030.f7a8562b9c4ac3dd3653bcb4905e6a488f515cd9.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+-3.20.9.ebuild x11-libs/gtk+/gtk+-3.22.5.ebuild X-VCS-Directories: x11-libs/gtk+/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: f7a8562b9c4ac3dd3653bcb4905e6a488f515cd9 X-VCS-Branch: master Date: Sun, 5 Mar 2017 17:20:32 +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: 404ab98b-39ab-47c9-ba8a-fc3d68e14cb9 X-Archives-Hash: e85a2d18483f16d6b1e7b22181ec5209 commit: f7a8562b9c4ac3dd3653bcb4905e6a488f515cd9 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Mar 5 17:12:30 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Mar 5 17:13:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a8562b x11-libs/gtk+: Adjust libepoxy X USE deps for all gtk+:3 The libepoxy version adding IUSE=X is slated for fast stabling, so guard us against this in the stable 3.20 version as well. Gentoo-bug: 611710 Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-libs/gtk+/gtk+-3.20.9.ebuild | 2 +- x11-libs/gtk+/gtk+-3.22.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/gtk+/gtk+-3.20.9.ebuild b/x11-libs/gtk+/gtk+-3.20.9.ebuild index ab732017601..4c60225b850 100644 --- a/x11-libs/gtk+/gtk+-3.20.9.ebuild +++ b/x11-libs/gtk+/gtk+-3.20.9.ebuild @@ -30,7 +30,7 @@ COMMON_DEPEND=" >=dev-libs/atk-2.15[introspection?,${MULTILIB_USEDEP}] >=dev-libs/glib-2.45.8:2[${MULTILIB_USEDEP}] media-libs/fontconfig[${MULTILIB_USEDEP}] - >=media-libs/libepoxy-1.0[${MULTILIB_USEDEP}] + >=media-libs/libepoxy-1.0[X(+)?,${MULTILIB_USEDEP}] >=x11-libs/cairo-1.14[aqua?,glib,svg,X?,${MULTILIB_USEDEP}] >=x11-libs/gdk-pixbuf-2.30:2[introspection?,X?,${MULTILIB_USEDEP}] >=x11-libs/pango-1.37.3[introspection?,${MULTILIB_USEDEP}] diff --git a/x11-libs/gtk+/gtk+-3.22.5.ebuild b/x11-libs/gtk+/gtk+-3.22.5.ebuild index 8672206625b..4c4f4c4f460 100644 --- a/x11-libs/gtk+/gtk+-3.22.5.ebuild +++ b/x11-libs/gtk+/gtk+-3.22.5.ebuild @@ -30,7 +30,7 @@ COMMON_DEPEND=" >=dev-libs/atk-2.15[introspection?,${MULTILIB_USEDEP}] >=dev-libs/glib-2.49.4:2[${MULTILIB_USEDEP}] media-libs/fontconfig[${MULTILIB_USEDEP}] - >=media-libs/libepoxy-1.0[${MULTILIB_USEDEP}] + >=media-libs/libepoxy-1.0[X(+)?,${MULTILIB_USEDEP}] >=x11-libs/cairo-1.14[aqua?,glib,svg,X?,${MULTILIB_USEDEP}] >=x11-libs/gdk-pixbuf-2.30:2[introspection?,${MULTILIB_USEDEP}] >=x11-libs/pango-1.37.3[introspection?,${MULTILIB_USEDEP}]