summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Kępień <github@kempniu.pl>2016-11-21 00:35:29 +0100
committerJustin Bronder <jsbronder@gentoo.org>2016-11-21 09:04:20 -0500
commit603cdce3734e5ca527881be22b5ffe329d13530d (patch)
tree2111cd323772b661b9b15dcf0c5fa5b8e6f5fc9b /net-nntp
parentnet-nntp/sabnzbd: Remove superfluous post-install message (diff)
downloadgentoo-603cdce3734e5ca527881be22b5ffe329d13530d.tar.gz
gentoo-603cdce3734e5ca527881be22b5ffe329d13530d.tar.bz2
gentoo-603cdce3734e5ca527881be22b5ffe329d13530d.zip
net-nntp/sabnzbd: Fix patch paths
Gentoo-Bug: 600264
Diffstat (limited to 'net-nntp')
-rw-r--r--net-nntp/sabnzbd/sabnzbd-1.1.0.ebuild8
1 files 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