diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-02-07 17:56:24 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-02-07 17:58:25 +0100 |
commit | 694d2eb0783148331e4bb8aae776f9adcabaf483 (patch) | |
tree | 3f4a7f37c203f363166ff98a9089eac341d98d29 /net-misc/capi4hylafax | |
parent | app-admin/grubconfig: Old. (diff) | |
download | gentoo-694d2eb0783148331e4bb8aae776f9adcabaf483.tar.gz gentoo-694d2eb0783148331e4bb8aae776f9adcabaf483.tar.bz2 gentoo-694d2eb0783148331e4bb8aae776f9adcabaf483.zip |
net-misc/capi4hylafax: Fix DEPEND/RDEPEND.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-misc/capi4hylafax')
-rw-r--r-- | net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild | 11 |
1 files 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 7012cb136bda..e79d7b444a12 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 " |