diff options
author | Alin Năstac <mrness@gentoo.org> | 2007-11-27 14:21:03 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2007-11-27 14:21:03 +0000 |
commit | 0baee34b3fb3e7fe8a93499702fc5c02871efa17 (patch) | |
tree | ba98b5edc4e5c415d7142f5f1a6bc9c670efbd1d /net-dialup | |
parent | Replace nofax USE flag with fax (#195467). (diff) | |
download | gentoo-2-0baee34b3fb3e7fe8a93499702fc5c02871efa17.tar.gz gentoo-2-0baee34b3fb3e7fe8a93499702fc5c02871efa17.tar.bz2 gentoo-2-0baee34b3fb3e7fe8a93499702fc5c02871efa17.zip |
Replace nofax USE flag with fax (#195467).
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/mgetty/mgetty-1.1.36-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/mgetty/mgetty-1.1.36-r1.ebuild b/net-dialup/mgetty/mgetty-1.1.36-r1.ebuild index 80144bb8f399..a8a8eec70abd 100644 --- a/net-dialup/mgetty/mgetty-1.1.36-r1.ebuild +++ b/net-dialup/mgetty/mgetty-1.1.36-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36-r1.ebuild,v 1.1 2007/11/27 14:19:42 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36-r1.ebuild,v 1.2 2007/11/27 14:21:03 mrness Exp $ inherit toolchain-funcs flag-o-matic eutils @@ -14,7 +14,7 @@ DEPEND="doc? ( virtual/tetex ) sys-apps/groff dev-lang/perl sys-apps/texinfo - !nofax? ( !net-misc/hylafax )" + fax? ( !net-misc/hylafax )" RDEPEND="${DEPEND} media-libs/netpbm virtual/ghostscript" |