diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-05-29 22:29:50 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-05-29 22:29:59 +0200 |
commit | 9411b88f2890fd258883d243edab6e84f295e186 (patch) | |
tree | 78d0cd5eb5548f7a69dc785a531e1269cc2e1c68 /x11-libs/agg | |
parent | dev-util/visualvm: version bump. (diff) | |
download | gentoo-9411b88f2890fd258883d243edab6e84f295e186.tar.gz gentoo-9411b88f2890fd258883d243edab6e84f295e186.tar.bz2 gentoo-9411b88f2890fd258883d243edab6e84f295e186.zip |
x11-libs/agg: Fix dir for patches
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'x11-libs/agg')
-rw-r--r-- | x11-libs/agg/agg-2.5-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/agg/agg-2.5-r3.ebuild b/x11-libs/agg/agg-2.5-r3.ebuild index e4be2281ee44..0925c837a906 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() { |