Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/hylafaxplus/
Date: Sun, 04 Dec 2016 12:32:39
Message-Id: 1480854687.df813437d115ebcd3c07a5a116a200b24247c14e.pacho@gentoo
1 commit: df813437d115ebcd3c07a5a116a200b24247c14e
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 4 12:31:27 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 4 12:31:27 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df813437
7
8 net-misc/hylafaxplus: We always need mgetty not to be built with fax USE (#430784 by Toralf Förster).
9
10 Package-Manager: portage-2.3.2
11
12 net-misc/hylafaxplus/hylafaxplus-5.5.5.ebuild | 14 ++++++++------
13 1 file changed, 8 insertions(+), 6 deletions(-)
14
15 diff --git a/net-misc/hylafaxplus/hylafaxplus-5.5.5.ebuild b/net-misc/hylafaxplus/hylafaxplus-5.5.5.ebuild
16 index 16fb6fd..7b0d1a0 100644
17 --- a/net-misc/hylafaxplus/hylafaxplus-5.5.5.ebuild
18 +++ b/net-misc/hylafaxplus/hylafaxplus-5.5.5.ebuild
19 @@ -1,9 +1,8 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI="5"
26 -
27 inherit eutils multilib pam toolchain-funcs
28
29 MY_PN="${PN/plus/}"
30 @@ -19,7 +18,8 @@ KEYWORDS="~amd64 ~x86"
31
32 IUSE="jbig html ldap mgetty pam"
33
34 -DEPEND=">=sys-libs/zlib-1.1.4
35 +DEPEND="
36 + >=sys-libs/zlib-1.1.4
37 app-text/ghostscript-gpl
38 virtual/mta
39 media-libs/tiff[jbig?]
40 @@ -28,11 +28,13 @@ DEPEND=">=sys-libs/zlib-1.1.4
41 virtual/awk
42 ldap? ( net-nds/openldap )
43 pam? ( virtual/pam )
44 - mgetty? ( net-dialup/mgetty[-fax] )"
45 -
46 + mgetty? ( net-dialup/mgetty[-fax] )
47 + !net-dialup/mgetty[fax]
48 +"
49 RDEPEND="${DEPEND}
50 net-mail/metamail
51 - !net-dialup/sendpage"
52 + !net-dialup/sendpage
53 +"
54
55 S="${WORKDIR}/${MY_P}"