commit:     603cdce3734e5ca527881be22b5ffe329d13530d
Author:     Michał Kępień <github <AT> kempniu <DOT> pl>
AuthorDate: Sun Nov 20 23:35:29 2016 +0000
Commit:     Justin Bronder <jsbronder <AT> gentoo <DOT> org>
CommitDate: Mon Nov 21 14:04:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=603cdce3

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 2f83ae5..2a8eb75 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

Reply via email to