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 8E3531382C5 for ; Mon, 2 Apr 2018 09:47:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A65EE0DD0; Mon, 2 Apr 2018 09:47:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 656F4E0DD0 for ; Mon, 2 Apr 2018 09:47:28 +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 4CD51335D5D for ; Mon, 2 Apr 2018 09:47:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9081263 for ; Mon, 2 Apr 2018 09:47:25 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1522662404.1c39c3f69b234cdb8eaa60dd781bbf2a51b02658.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/pango/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/pango/pango-1.40.12-r1.ebuild x11-libs/pango/pango-1.40.12.ebuild x11-libs/pango/pango-1.40.14-r1.ebuild x11-libs/pango/pango-1.40.14.ebuild X-VCS-Directories: x11-libs/pango/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 1c39c3f69b234cdb8eaa60dd781bbf2a51b02658 X-VCS-Branch: master Date: Mon, 2 Apr 2018 09:47:25 +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: b437b1e2-5abb-40e8-a04f-1d2d97d83192 X-Archives-Hash: c27c8615455c3eff4bbc322de70f1e52 commit: 1c39c3f69b234cdb8eaa60dd781bbf2a51b02658 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Apr 2 09:16:05 2018 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Apr 2 09:46:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c39c3f6 x11-libs/pango: raise dependency on fontconfig Fix breakage due to downgrading fontconfig to an older version than 2.11.91 Closes: https://bugs.gentoo.org/626466 Package-Manager: Portage-2.3.27, Repoman-2.3.9 RepoMan-Options: --force x11-libs/pango/{pango-1.40.12.ebuild => pango-1.40.12-r1.ebuild} | 4 ++-- x11-libs/pango/{pango-1.40.14.ebuild => pango-1.40.14-r1.ebuild} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-libs/pango/pango-1.40.12.ebuild b/x11-libs/pango/pango-1.40.12-r1.ebuild similarity index 94% rename from x11-libs/pango/pango-1.40.12.ebuild rename to x11-libs/pango/pango-1.40.12-r1.ebuild index 2c65f9f55c8..7097e5a810e 100644 --- a/x11-libs/pango/pango-1.40.12.ebuild +++ b/x11-libs/pango/pango-1.40.12-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,7 @@ IUSE="X +introspection test" RDEPEND=" >=media-libs/harfbuzz-1.2.3:=[glib(+),truetype(+),${MULTILIB_USEDEP}] >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] - >=media-libs/fontconfig-2.10.92:1.0=[${MULTILIB_USEDEP}] + >=media-libs/fontconfig-2.11.91:1.0=[${MULTILIB_USEDEP}] >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}] >=x11-libs/cairo-1.12.14-r4:=[X?,${MULTILIB_USEDEP}] introspection? ( >=dev-libs/gobject-introspection-0.9.5:= ) diff --git a/x11-libs/pango/pango-1.40.14.ebuild b/x11-libs/pango/pango-1.40.14-r1.ebuild similarity index 96% rename from x11-libs/pango/pango-1.40.14.ebuild rename to x11-libs/pango/pango-1.40.14-r1.ebuild index 6030ed55d42..94f249b2587 100644 --- a/x11-libs/pango/pango-1.40.14.ebuild +++ b/x11-libs/pango/pango-1.40.14-r1.ebuild @@ -18,7 +18,7 @@ IUSE="X +introspection test" RDEPEND=" >=media-libs/harfbuzz-1.2.3:=[glib(+),truetype(+),${MULTILIB_USEDEP}] >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] - >=media-libs/fontconfig-2.10.92:1.0=[${MULTILIB_USEDEP}] + >=media-libs/fontconfig-2.11.91:1.0=[${MULTILIB_USEDEP}] >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}] >=x11-libs/cairo-1.12.14-r4:=[X?,${MULTILIB_USEDEP}] introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )