From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E82D713888F for ; Tue, 6 Oct 2015 20:59:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 719EA21C002; Tue, 6 Oct 2015 20:59:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1775121C002 for ; Tue, 6 Oct 2015 20:59:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C443A340906 for ; Tue, 6 Oct 2015 20:59:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76126B07 for ; Tue, 6 Oct 2015 20:59:30 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1444165153.4e7727f623dabdaaec4cc90ebaf767ec0050224f.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/freetype/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/freetype/freetype-2.6.1.ebuild X-VCS-Directories: media-libs/freetype/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 4e7727f623dabdaaec4cc90ebaf767ec0050224f X-VCS-Branch: master Date: Tue, 6 Oct 2015 20:59:30 +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: 161b38ec-5f1d-43c5-9909-b6c1e8373a9e X-Archives-Hash: 2f4eeae6839aaf204e6b69dd3e5a014c commit: 4e7727f623dabdaaec4cc90ebaf767ec0050224f Author: Mike Frysinger gentoo org> AuthorDate: Tue Oct 6 20:59:13 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Oct 6 20:59:13 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e7727f6 media-libs/freetype: add missing quoting to epatch call media-libs/freetype/freetype-2.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/freetype/freetype-2.6.1.ebuild b/media-libs/freetype/freetype-2.6.1.ebuild index 7635cb4..d971b51 100644 --- a/media-libs/freetype/freetype-2.6.1.ebuild +++ b/media-libs/freetype/freetype-2.6.1.ebuild @@ -58,7 +58,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-2.3.2-enable-valid.patch if use infinality; then - epatch ${WORKDIR}/${INFINALITY_PATCH} + epatch "${WORKDIR}/${INFINALITY_PATCH}" # FT_CONFIG_OPTION_SUBPIXEL_RENDERING is already enabled in freetype-2.4.11 enable_option TT_CONFIG_OPTION_SUBPIXEL_HINTING