net-misc/hylafaxplus: We always need mgetty not to be built with fax USE (#430784...
authorPacho Ramos <pacho@gentoo.org>
Sun, 4 Dec 2016 12:31:27 +0000 (13:31 +0100)
committerPacho Ramos <pacho@gentoo.org>
Sun, 4 Dec 2016 12:31:27 +0000 (13:31 +0100)
Package-Manager: portage-2.3.2

net-misc/hylafaxplus/hylafaxplus-5.5.5.ebuild

index 16fb6fdb980a6116751c8e89b641526e77f36c92..7b0d1a05a3e422e606a373e91eabe8667a51d87f 100644 (file)
@@ -1,9 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="5"
-
 inherit eutils multilib pam toolchain-funcs
 
 MY_PN="${PN/plus/}"
@@ -19,7 +18,8 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE="jbig html ldap mgetty pam"
 
-DEPEND=">=sys-libs/zlib-1.1.4
+DEPEND="
+       >=sys-libs/zlib-1.1.4
        app-text/ghostscript-gpl
        virtual/mta
        media-libs/tiff[jbig?]
@@ -28,11 +28,13 @@ DEPEND=">=sys-libs/zlib-1.1.4
        virtual/awk
        ldap? (  net-nds/openldap )
        pam? ( virtual/pam )
-       mgetty? ( net-dialup/mgetty[-fax] )"
-
+       mgetty? ( net-dialup/mgetty[-fax] )
+       !net-dialup/mgetty[fax]
+"
 RDEPEND="${DEPEND}
        net-mail/metamail
-       !net-dialup/sendpage"
+       !net-dialup/sendpage
+"
 
 S="${WORKDIR}/${MY_P}"