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 6FAF6138330 for ; Tue, 29 May 2018 20:30:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6195CE07EF; Tue, 29 May 2018 20:30:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 37114E07EF for ; Tue, 29 May 2018 20:30:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8252E335C71 for ; Tue, 29 May 2018 20:30:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B16D7129 for ; Tue, 29 May 2018 20:30:04 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1527625799.9411b88f2890fd258883d243edab6e84f295e186.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/agg/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/agg/agg-2.5-r3.ebuild X-VCS-Directories: x11-libs/agg/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 9411b88f2890fd258883d243edab6e84f295e186 X-VCS-Branch: master Date: Tue, 29 May 2018 20:30:04 +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: be638876-7642-4ad1-978a-e6121c52816e X-Archives-Hash: 9496f036a16560757678f0fbda743294 commit: 9411b88f2890fd258883d243edab6e84f295e186 Author: Pacho Ramos gentoo org> AuthorDate: Tue May 29 20:29:50 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue May 29 20:29:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9411b88f x11-libs/agg: Fix dir for patches Package-Manager: Portage-2.3.38, Repoman-2.3.9 x11-libs/agg/agg-2.5-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/agg/agg-2.5-r3.ebuild b/x11-libs/agg/agg-2.5-r3.ebuild index e4be2281ee4..0925c837a90 100644 --- a/x11-libs/agg/agg-2.5-r3.ebuild +++ b/x11-libs/agg/agg-2.5-r3.ebuild @@ -32,7 +32,7 @@ PATCHES=( "${FILESDIR}"/${P}-autotools.patch "${FILESDIR}"/${P}-sdl-m4.patch "${FILESDIR}"/${P}-sdl-automagic.patch - "${FILESDIR}"/${PF} + "${FILESDIR}"/${PVR} ) src_prepare() {