diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2008-12-21 18:22:25 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2008-12-21 18:22:25 +0000 |
commit | f5909882451b97583e02d94f09081f433d139d50 (patch) | |
tree | 3f0a05b314c4a3ce8cc690aed18c42acda5261fb /net-misc/hylafax/hylafax-4.3.1.ebuild | |
parent | Added -lm to ldflags back to latest two versions (see bug #250757). (diff) | |
download | gentoo-2-f5909882451b97583e02d94f09081f433d139d50.tar.gz gentoo-2-f5909882451b97583e02d94f09081f433d139d50.tar.bz2 gentoo-2-f5909882451b97583e02d94f09081f433d139d50.zip |
Added blocker for net-dialup/sendpage (see bug#248091).
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.7 x86_64)
Diffstat (limited to 'net-misc/hylafax/hylafax-4.3.1.ebuild')
-rw-r--r-- | net-misc/hylafax/hylafax-4.3.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/hylafax/hylafax-4.3.1.ebuild b/net-misc/hylafax/hylafax-4.3.1.ebuild index 0bce59c78a4c..e772bfc7aeb9 100644 --- a/net-misc/hylafax/hylafax-4.3.1.ebuild +++ b/net-misc/hylafax/hylafax-4.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.3.1.ebuild,v 1.9 2008/07/08 02:12:02 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.3.1.ebuild,v 1.10 2008/12/21 18:22:25 nerdboy Exp $ inherit eutils multilib pam flag-o-matic toolchain-funcs @@ -24,7 +24,8 @@ DEPEND=">=sys-libs/zlib-1.1.4 mgetty? ( net-dialup/mgetty )" RDEPEND="${DEPEND} - net-mail/metamail" + net-mail/metamail + !net-dialup/sendpage" export CONFIG_PROTECT="${CONFIG_PROTECT} /var/spool/fax/etc /usr/lib/fax" |