diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2005-11-28 00:50:56 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2005-11-28 00:50:56 +0000 |
commit | 2e45ec07497b4049f4b97644f23ccd0358b99647 (patch) | |
tree | 0276c3d4454f83a171cbb9d1292e17dc192e1409 /net-misc/hylafax/hylafax-4.2.1-r2.ebuild | |
parent | Bad info in ChangeLog (echangelog didn't add the good email address). (diff) | |
download | gentoo-2-2e45ec07497b4049f4b97644f23ccd0358b99647.tar.gz gentoo-2-2e45ec07497b4049f4b97644f23ccd0358b99647.tar.bz2 gentoo-2-2e45ec07497b4049f4b97644f23ccd0358b99647.zip |
Added rdepend for netpbm to address bug #112436
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'net-misc/hylafax/hylafax-4.2.1-r2.ebuild')
-rw-r--r-- | net-misc/hylafax/hylafax-4.2.1-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/hylafax/hylafax-4.2.1-r2.ebuild b/net-misc/hylafax/hylafax-4.2.1-r2.ebuild index 3262087ff793..27bf6c2dec5e 100644 --- a/net-misc/hylafax/hylafax-4.2.1-r2.ebuild +++ b/net-misc/hylafax/hylafax-4.2.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.2.1-r2.ebuild,v 1.3 2005/10/18 03:48:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.2.1-r2.ebuild,v 1.4 2005/11/28 00:50:56 nerdboy Exp $ inherit eutils multilib pam @@ -24,6 +24,7 @@ DEPEND="!faxonly? ( net-dialup/mgetty ) mgetty? ( net-dialup/mgetty )" RDEPEND="${DEPEND} + media-libs/netpbm net-mail/metamail" export CONFIG_PROTECT="${CONFIG_PROTECT} /var/spool/fax/etc" |