diff options
Diffstat (limited to 'app-admin/conky/conky-1.8.0-r2.ebuild')
-rw-r--r-- | app-admin/conky/conky-1.8.0-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-admin/conky/conky-1.8.0-r2.ebuild b/app-admin/conky/conky-1.8.0-r2.ebuild index cf1eb8d8a894..9cbaaf26851a 100644 --- a/app-admin/conky/conky-1.8.0-r2.ebuild +++ b/app-admin/conky/conky-1.8.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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-r2.ebuild,v 1.1 2010/07/03 20:07:57 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.8.0-r2.ebuild,v 1.2 2010/07/24 21:44:53 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}/conky-1.8.0-audacious-2.3.patch" \ + "${FILESDIR}/conky-1.8.0-if-existing.patch" eautoreconf } |