Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/agg/
Date: Tue, 29 May 2018 20:30:19
Message-Id: 1527625799.9411b88f2890fd258883d243edab6e84f295e186.pacho@gentoo
1 commit: 9411b88f2890fd258883d243edab6e84f295e186
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 29 20:29:50 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue May 29 20:29:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9411b88f
7
8 x11-libs/agg: Fix dir for patches
9
10 Package-Manager: Portage-2.3.38, Repoman-2.3.9
11
12 x11-libs/agg/agg-2.5-r3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-libs/agg/agg-2.5-r3.ebuild b/x11-libs/agg/agg-2.5-r3.ebuild
16 index e4be2281ee4..0925c837a90 100644
17 --- a/x11-libs/agg/agg-2.5-r3.ebuild
18 +++ b/x11-libs/agg/agg-2.5-r3.ebuild
19 @@ -32,7 +32,7 @@ PATCHES=(
20 "${FILESDIR}"/${P}-autotools.patch
21 "${FILESDIR}"/${P}-sdl-m4.patch
22 "${FILESDIR}"/${P}-sdl-automagic.patch
23 - "${FILESDIR}"/${PF}
24 + "${FILESDIR}"/${PVR}
25 )
26
27 src_prepare() {