summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Pielmeier <billie@gentoo.org>2011-08-06 23:14:18 +0000
committerDaniel Pielmeier <billie@gentoo.org>2011-08-06 23:14:18 +0000
commitbc6e26833ff13510b01531e53f9b2dbc259196de (patch)
tree6b759adbe009efe4c7ac2c4c0569d6bb5aea5d68 /app-admin/conky/conky-1.8.0-r1.ebuild
parentAdd ruby19 to the list of supported targets. (diff)
downloadgentoo-2-bc6e26833ff13510b01531e53f9b2dbc259196de.tar.gz
gentoo-2-bc6e26833ff13510b01531e53f9b2dbc259196de.tar.bz2
gentoo-2-bc6e26833ff13510b01531e53f9b2dbc259196de.zip
Add patch to increase the number of maximum network devices. This fixes bug #365287. Thanks to Markos Chandras for the report.
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'app-admin/conky/conky-1.8.0-r1.ebuild')
-rw-r--r--app-admin/conky/conky-1.8.0-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-admin/conky/conky-1.8.0-r1.ebuild b/app-admin/conky/conky-1.8.0-r1.ebuild
index dbcb144452f1..a36ba4186093 100644
--- a/app-admin/conky/conky-1.8.0-r1.ebuild
+++ b/app-admin/conky/conky-1.8.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.8.0-r1.ebuild,v 1.9 2011/07/29 06:40:00 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.8.0-r1.ebuild,v 1.10 2011/08/06 23:14:18 billie Exp $
EAPI="2"
@@ -54,7 +54,8 @@ DEPEND="
src_prepare() {
epatch "${FILESDIR}/conky-1.8.0-ncurses.patch" \
"${FILESDIR}/conky-1.8.0-audacious-2.3.patch" \
- "${FILESDIR}/${PN}-1.8.1-curl-headers.patch"
+ "${FILESDIR}/${PN}-1.8.1-curl-headers.patch" \
+ "${FILESDIR}/${PN}-1.8.1-maxinterfaces.patch"
eautoreconf
}