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 A795B139694 for ; Thu, 25 May 2017 07:09:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC8E3E0E8C; Thu, 25 May 2017 07:09: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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBD5BE0E8C for ; Thu, 25 May 2017 07:09:55 +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 5B2253416A5 for ; Thu, 25 May 2017 07:09:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECEDD7467 for ; Thu, 25 May 2017 07:09:52 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1495694991.b37d4b9d3395a444c15469214d8a2d3f7e9bb6f6.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-workbench/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mysql-workbench/mysql-workbench-6.3.4-r2.ebuild dev-db/mysql-workbench/mysql-workbench-6.3.9.ebuild X-VCS-Directories: dev-db/mysql-workbench/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: b37d4b9d3395a444c15469214d8a2d3f7e9bb6f6 X-VCS-Branch: master Date: Thu, 25 May 2017 07:09: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: 17c1912d-01ae-4e2c-8c09-78ddfd47b1fb X-Archives-Hash: 0c7ecc3c0dbcb984b8008e35aea0641b commit: b37d4b9d3395a444c15469214d8a2d3f7e9bb6f6 Author: Hans de Graaff gentoo org> AuthorDate: Thu May 25 06:49:51 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu May 25 06:49:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b37d4b9d dev-db/mysql-workbench: add missing X USE flag for pango, fixing bug 542602 Package-Manager: Portage-2.3.5, Repoman-2.3.1 dev-db/mysql-workbench/mysql-workbench-6.3.4-r2.ebuild | 2 +- dev-db/mysql-workbench/mysql-workbench-6.3.9.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/mysql-workbench/mysql-workbench-6.3.4-r2.ebuild b/dev-db/mysql-workbench/mysql-workbench-6.3.4-r2.ebuild index 4d946466015..400dd22246a 100644 --- a/dev-db/mysql-workbench/mysql-workbench-6.3.4-r2.ebuild +++ b/dev-db/mysql-workbench/mysql-workbench-6.3.4-r2.ebuild @@ -29,7 +29,7 @@ CDEPEND="${PYTHON_DEPS} >=dev-cpp/glibmm-2.14:2 >=dev-cpp/gtkmm-2.14:2.4 dev-libs/atk - x11-libs/pango + x11-libs/pango[X] >=x11-libs/gtk+-2.20:2 gnome-base/libglade:2.0 >=x11-libs/cairo-1.5.12[glib,svg] diff --git a/dev-db/mysql-workbench/mysql-workbench-6.3.9.ebuild b/dev-db/mysql-workbench/mysql-workbench-6.3.9.ebuild index d2904bbaa87..eba8b9417c0 100644 --- a/dev-db/mysql-workbench/mysql-workbench-6.3.9.ebuild +++ b/dev-db/mysql-workbench/mysql-workbench-6.3.9.ebuild @@ -29,7 +29,7 @@ CDEPEND="${PYTHON_DEPS} >=dev-cpp/glibmm-2.14:2 dev-cpp/gtkmm:3.0 dev-libs/atk - x11-libs/pango + x11-libs/pango[X] x11-libs/gtk+:3 gnome-base/libglade:2.0 >=x11-libs/cairo-1.5.12[glib,svg]