From 603cdce3734e5ca527881be22b5ffe329d13530d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Mon, 21 Nov 2016 00:35:29 +0100 Subject: [PATCH] net-nntp/sabnzbd: Fix patch paths Gentoo-Bug: 600264 --- net-nntp/sabnzbd/sabnzbd-1.1.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-nntp/sabnzbd/sabnzbd-1.1.0.ebuild b/net-nntp/sabnzbd/sabnzbd-1.1.0.ebuild index 2f83ae5c577d..2a8eb75ea688 100644 --- a/net-nntp/sabnzbd/sabnzbd-1.1.0.ebuild +++ b/net-nntp/sabnzbd/sabnzbd-1.1.0.ebuild @@ -64,10 +64,10 @@ pkg_setup() { } src_prepare() { - epatch "${FILESDIR}"/1.1.x/0001-use-system-configobj-and-feedparser.patch - epatch "${FILESDIR}"/1.1.x/0002-assume-gntp-1.0.patch - epatch "${FILESDIR}"/1.1.x/0003-cfg-disable-growl-by-default.patch - epatch "${FILESDIR}"/1.1.x/0004-use-system-rarfile.patch + epatch "${FILESDIR}"/patches/0001-use-system-configobj-and-feedparser.patch + epatch "${FILESDIR}"/patches/0002-assume-gntp-1.0.patch + epatch "${FILESDIR}"/patches/0003-cfg-disable-growl-by-default.patch + epatch "${FILESDIR}"/patches/0004-use-system-rarfile.patch # remove bundled modules rm -r sabnzbd/utils/{feedparser,configobj,rarfile}.py || die -- 2.26.2