commit: 694d2eb0783148331e4bb8aae776f9adcabaf483
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 7 16:56:24 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Feb 7 16:58:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=694d2eb0
net-misc/capi4hylafax: Fix DEPEND/RDEPEND.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
.../capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild
b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild
index 7012cb1..e79d7b4 100644
--- a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild
+++ b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=6
-inherit eutils versionator autotools
+inherit autotools eutils versionator
FAX_SPOOL_DIR="${ROOT}/var/spool/fax"
@@ -23,14 +23,15 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 x86"
-RDEPEND="
+DEPEND="
app-shells/bash:0
- net-libs/libcapi
media-libs/tiff:0
- virtual/jpeg:0
+ net-libs/libcapi
sys-libs/zlib
+ virtual/jpeg:0
"
-DEPEND="${RDEPEND}
+RDEPEND="
+ ${DEPEND}
dev-util/dialog
"