diff --git a/app-admin/conky/conky-1.4.1.ebuild b/app-admin/conky/conky-1.4.1.ebuild index 8a30a046..7cd348dd 100644 --- a/app-admin/conky/conky-1.4.1.ebuild +++ b/app-admin/conky/conky-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.4.1.ebuild,v 1.3 2006/04/12 16:43:24 tcort Exp $ +# $Header$ inherit eutils @@ -50,6 +50,13 @@ DEPEND=" sys-apps/grep sys-apps/sed" +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/conky-sigaction.patch +} + + src_compile() { local mymake if useq ipv6 ; then diff --git a/app-admin/conky/conky-1.4.2.ebuild b/app-admin/conky/conky-1.4.2.ebuild index 8a30a046..6df48d1c 100644 --- a/app-admin/conky/conky-1.4.2.ebuild +++ b/app-admin/conky/conky-1.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.4.1.ebuild,v 1.3 2006/04/12 16:43:24 tcort Exp $ +# $Header$ inherit eutils