commit:     280dc5c27973149df508e97c4223a45221c624de
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 11:30:42 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 11:40:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=280dc5c2

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 <AT> gentoo.org>

 sys-libs/gwenhywfar/gwenhywfar-4.20.2-r1.ebuild | 13 +++++++------
 1 file 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 7eb0daed934..2aad87d8493 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"

Reply via email to