From 603cdce3734e5ca527881be22b5ffe329d13530d Mon Sep 17 00:00:00 2001 From: Michał Kępień Date: Mon, 21 Nov 2016 00:35:29 +0100 Subject: 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(-) (limited to 'net-nntp/sabnzbd/sabnzbd-1.1.0.ebuild') 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 -- cgit v1.2.3-65-gdbad