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 8D463139085 for ; Tue, 31 Jan 2017 17:25:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF2B921C0A9; Tue, 31 Jan 2017 17:25:03 +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 9D8CB21C0A9 for ; Tue, 31 Jan 2017 17:25:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 540A3341134 for ; Tue, 31 Jan 2017 17:25:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CF893C4D for ; Tue, 31 Jan 2017 17:25:01 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1485883488.ed396a53619f6ead0d088c7b0d7e70043461e6b9.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXfont2/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libXfont2/libXfont2-2.0.1.ebuild x11-libs/libXfont2/libXfont2-9999.ebuild X-VCS-Directories: x11-libs/libXfont2/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ed396a53619f6ead0d088c7b0d7e70043461e6b9 X-VCS-Branch: master Date: Tue, 31 Jan 2017 17:25:01 +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: 52e50ee3-40aa-4b06-8a22-0cf01b18f5ff X-Archives-Hash: 5a34c23bf79983b489e4e82783b2a82f commit: ed396a53619f6ead0d088c7b0d7e70043461e6b9 Author: Harri Nieminen gmail com> AuthorDate: Tue Jan 31 15:17:15 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Jan 31 17:24:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed396a53 x11-libs/libXfont2: RDEPEND on sys-libs/zlib Gentoo bug: https://bugs.gentoo.org/545898 See: https://cgit.freedesktop.org/xorg/lib/libXfont/tree/configure.ac?id=libXfont2-2.0.1#n144 Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-libs/libXfont2/libXfont2-2.0.1.ebuild | 1 + x11-libs/libXfont2/libXfont2-9999.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/x11-libs/libXfont2/libXfont2-2.0.1.ebuild b/x11-libs/libXfont2/libXfont2-2.0.1.ebuild index d20bbb8..e523674 100644 --- a/x11-libs/libXfont2/libXfont2-2.0.1.ebuild +++ b/x11-libs/libXfont2/libXfont2-2.0.1.ebuild @@ -14,6 +14,7 @@ IUSE="bzip2 ipv6 truetype" RDEPEND="x11-libs/xtrans x11-libs/libfontenc + sys-libs/zlib truetype? ( >=media-libs/freetype-2 ) bzip2? ( app-arch/bzip2 ) x11-proto/xproto diff --git a/x11-libs/libXfont2/libXfont2-9999.ebuild b/x11-libs/libXfont2/libXfont2-9999.ebuild index d2124d1..136cca0 100644 --- a/x11-libs/libXfont2/libXfont2-9999.ebuild +++ b/x11-libs/libXfont2/libXfont2-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,6 +15,7 @@ IUSE="bzip2 ipv6 truetype" RDEPEND="x11-libs/xtrans x11-libs/libfontenc + sys-libs/zlib truetype? ( >=media-libs/freetype-2 ) bzip2? ( app-arch/bzip2 ) x11-proto/xproto