diff options
author | Christian Zoffoli <xmerlin@gentoo.org> | 2009-11-15 14:24:25 +0000 |
---|---|---|
committer | Christian Zoffoli <xmerlin@gentoo.org> | 2009-11-15 14:24:25 +0000 |
commit | cb1c18e6760c7192d6ac0baa48ba0cbe59a3f54e (patch) | |
tree | 833c679220afd0a7c5c06b5086e1b9573c6517e5 /sys-cluster | |
parent | Version bump (diff) | |
download | gentoo-2-cb1c18e6760c7192d6ac0baa48ba0cbe59a3f54e.tar.gz gentoo-2-cb1c18e6760c7192d6ac0baa48ba0cbe59a3f54e.tar.bz2 gentoo-2-cb1c18e6760c7192d6ac0baa48ba0cbe59a3f54e.zip |
re-commit
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/csync2/csync2-1.34.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/csync2/csync2-1.34.ebuild b/sys-cluster/csync2/csync2-1.34.ebuild index 38524f789f77..cdd80ed4e35b 100644 --- a/sys-cluster/csync2/csync2-1.34.ebuild +++ b/sys-cluster/csync2/csync2-1.34.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-1.34.ebuild,v 1.7 2009/11/15 13:38:29 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-1.34.ebuild,v 1.8 2009/11/15 14:24:25 xmerlin Exp $ inherit eutils @@ -27,7 +27,7 @@ SLOT="0" src_unpack() { unpack ${A} cd "${S}" - epatch "${WORKDIR}"/${P}-pure-gnutls.patch || die #274213 + epatch "${WORKDIR}"/${P}-pure-gnutls.patch #274213 } src_compile() { |