diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-02-02 18:35:47 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-02-02 18:36:54 -0500 |
commit | 34c577c1c3ed5514475297d85722b005379391fe (patch) | |
tree | dcba07eb21bb1db4d121cbe65ca68cd7d7eb05e7 /mail-filter | |
parent | net-im/skype: Add old revision bug #546746. (diff) | |
download | gentoo-34c577c1c3ed5514475297d85722b005379391fe.tar.gz gentoo-34c577c1c3ed5514475297d85722b005379391fe.tar.bz2 gentoo-34c577c1c3ed5514475297d85722b005379391fe.zip |
mail-filter/dovecot-antispam: use system txt2man
Fixes bug #565946.
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20130429.ebuild | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20130429.ebuild b/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20130429.ebuild index fca9408010c3..1038b37e328e 100644 --- a/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20130429.ebuild +++ b/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20130429.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,12 +14,17 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -DEPEND=">=net-mail/dovecot-2.1.16" -RDEPEND="${DEPEND}" +RDEPEND=">=net-mail/dovecot-2.1.16" +DEPEND="${RDEPEND} + app-text/txt2man" DOCS=( README ) src_prepare() { + # use system txt2man + rm doc/txt2man || die + sed -i 's#./txt2man#txt2man#' doc/Makefile || die + AT_M4DIR="m4" eautoreconf } |