app-text/liblangtag: Move test dep to DEPEND where it belongs
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 2 Jan 2020 21:35:54 +0000 (22:35 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 2 Jan 2020 22:36:38 +0000 (23:36 +0100)
Thanks-to: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
app-text/liblangtag/liblangtag-0.6.3.ebuild

index b0db495d30f139a279fb22a04230ba569d00d53c..eb55dea03ec6ae7a6ebb5e9f76a91daba5b70866 100644 (file)
@@ -18,13 +18,14 @@ BDEPEND="
        sys-devel/gettext
        doc? ( dev-util/gtk-doc )
        introspection? ( dev-libs/gobject-introspection-common )
-       test? ( dev-libs/check )
 "
 RDEPEND="
        dev-libs/libxml2
        introspection? ( dev-libs/gobject-introspection )
 "
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+       test? ( dev-libs/check )
+"
 
 # Upstream expect liblangtag to be installed when one runs tests...
 RESTRICT="test"