diff options
author | Alin Năstac <mrness@gentoo.org> | 2008-01-29 10:10:36 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2008-01-29 10:10:36 +0000 |
commit | c72dad602c5d1e8441de66bfa339d82349b1049e (patch) | |
tree | edb13ec659a7c8ee3476617caed593405d4079e0 /net-dialup/mgetty | |
parent | Don't specify compression type in doc elog, bug #169772 (diff) | |
download | gentoo-2-c72dad602c5d1e8441de66bfa339d82349b1049e.tar.gz gentoo-2-c72dad602c5d1e8441de66bfa339d82349b1049e.tar.bz2 gentoo-2-c72dad602c5d1e8441de66bfa339d82349b1049e.zip |
Condition dependance of netpbm and ghostscript by the state of fax USE flag (#208002).
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-dialup/mgetty')
-rw-r--r-- | net-dialup/mgetty/ChangeLog | 6 | ||||
-rw-r--r-- | net-dialup/mgetty/mgetty-1.1.36-r1.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-dialup/mgetty/ChangeLog b/net-dialup/mgetty/ChangeLog index dc05e68a42b1..24d7dccbb22f 100644 --- a/net-dialup/mgetty/ChangeLog +++ b/net-dialup/mgetty/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/mgetty # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v 1.80 2008/01/22 02:07:08 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v 1.81 2008/01/29 10:10:36 mrness Exp $ + + 29 Jan 2008; Alin Năstac <mrness@gentoo.org> mgetty-1.1.36-r1.ebuild: + Condition dependance of netpbm and ghostscript by the state of fax USE flag + (#208002). 22 Jan 2008; Brent Baude <ranger@gentoo.org> mgetty-1.1.36-r1.ebuild: Marking mgetty-1.1.36-r1 ~ppc64 for bug 206826 diff --git a/net-dialup/mgetty/mgetty-1.1.36-r1.ebuild b/net-dialup/mgetty/mgetty-1.1.36-r1.ebuild index 1e8eb333c43f..d3161f854a9d 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-2008 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.6 2008/01/22 02:07:08 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36-r1.ebuild,v 1.7 2008/01/29 10:10:36 mrness Exp $ inherit toolchain-funcs flag-o-matic eutils @@ -16,8 +16,7 @@ DEPEND="doc? ( virtual/tetex ) sys-apps/texinfo fax? ( !net-misc/hylafax )" RDEPEND="${DEPEND} - media-libs/netpbm - virtual/ghostscript" + fax? ( media-libs/netpbm virtual/ghostscript )" SLOT="0" LICENSE="GPL-2" |