diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2013-05-18 14:49:35 +0000 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2013-05-18 14:49:35 +0000 |
commit | 041dd2c43be1cbc6ccdd0e027140cc7270c00087 (patch) | |
tree | d82036f5b28670574972060e691bbcef300cbcef /mail-mta | |
parent | Apply upstream patch for tracker detection (#464244 by Andreas Mielke). (diff) | |
download | gentoo-2-041dd2c43be1cbc6ccdd0e027140cc7270c00087.tar.gz gentoo-2-041dd2c43be1cbc6ccdd0e027140cc7270c00087.tar.bz2 gentoo-2-041dd2c43be1cbc6ccdd0e027140cc7270c00087.zip |
Add epatch_user for custom patches.
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/opensmtpd/opensmtpd-5.3.1.201305171950_p1.ebuild | 3 | ||||
-rw-r--r-- | mail-mta/opensmtpd/opensmtpd-5.3.1_p1.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/mail-mta/opensmtpd/opensmtpd-5.3.1.201305171950_p1.ebuild b/mail-mta/opensmtpd/opensmtpd-5.3.1.201305171950_p1.ebuild index 8eac0284412a..87a88fd44c37 100644 --- a/mail-mta/opensmtpd/opensmtpd-5.3.1.201305171950_p1.ebuild +++ b/mail-mta/opensmtpd/opensmtpd-5.3.1.201305171950_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.3.1.201305171950_p1.ebuild,v 1.2 2013/05/18 14:15:33 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.3.1.201305171950_p1.ebuild,v 1.3 2013/05/18 14:49:35 zx2c4 Exp $ EAPI=5 @@ -44,6 +44,7 @@ S=${WORKDIR}/${MY_P/_} src_prepare() { epatch "${FILESDIR}"/build-warnings.patch + epatch_user eautoreconf } diff --git a/mail-mta/opensmtpd/opensmtpd-5.3.1_p1.ebuild b/mail-mta/opensmtpd/opensmtpd-5.3.1_p1.ebuild index 4cd050cb0bcb..edf62371ec61 100644 --- a/mail-mta/opensmtpd/opensmtpd-5.3.1_p1.ebuild +++ b/mail-mta/opensmtpd/opensmtpd-5.3.1_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.3.1_p1.ebuild,v 1.3 2013/05/18 14:15:33 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.3.1_p1.ebuild,v 1.4 2013/05/18 14:49:35 zx2c4 Exp $ EAPI=5 @@ -44,6 +44,7 @@ S=${WORKDIR}/${MY_P/_} src_prepare() { epatch "${FILESDIR}"/build-warnings.patch + epatch_user eautoreconf } |