summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-10-13 13:30:42 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-10-13 13:40:28 +0200
commit280dc5c27973149df508e97c4223a45221c624de (patch)
tree26e7edde84eff7b6c52424900d8a8287c2efb5e5 /sys-libs/gwenhywfar
parentnet-libs/aqbanking: No need for revbump, but some sorting (diff)
downloadgentoo-280dc5c27973149df508e97c4223a45221c624de.tar.gz
gentoo-280dc5c27973149df508e97c4223a45221c624de.tar.bz2
gentoo-280dc5c27973149df508e97c4223a45221c624de.zip
sys-libs/gwenhywfar: Fix DEPEND (no USE test in RDEPEND)
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-libs/gwenhywfar')
-rw-r--r--sys-libs/gwenhywfar/gwenhywfar-4.20.2-r1.ebuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/sys-libs/gwenhywfar/gwenhywfar-4.20.2-r1.ebuild b/sys-libs/gwenhywfar/gwenhywfar-4.20.2-r1.ebuild
index 7eb0daed9342..2aad87d84934 100644
--- a/sys-libs/gwenhywfar/gwenhywfar-4.20.2-r1.ebuild
+++ b/sys-libs/gwenhywfar/gwenhywfar-4.20.2-r1.ebuild
@@ -21,8 +21,7 @@ BDEPEND="
virtual/pkgconfig
doc? ( app-doc/doxygen )
"
-
-DEPEND="
+COMMON_DEPEND="
dev-libs/libgcrypt:0=
dev-libs/libgpg-error
libressl? ( dev-libs/libressl:0= )
@@ -55,12 +54,14 @@ DEPEND="
)
sensors? ( dev-qt/qtsensors:5 )
serialport? ( dev-qt/qtserialport:5 )
- test? ( dev-qt/qttest:5 )
webkit? ( dev-qt/qtwebkit:5 )
"
-
-RDEPEND="${DEPEND}
- gtk? ( !<app-office/gnucash-3.7[aqbanking] )"
+DEPEND="${COMMON_DEPEND}
+ test? ( dev-qt/qttest:5 )
+"
+RDEPEND="${COMMON_DEPEND}
+ gtk? ( !<app-office/gnucash-3.7[aqbanking] )
+"
# broken upstream, reported but got no reply
RESTRICT="test"