commit:     7e952a24854aeee2311fd53672137d2c84fe540a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  2 21:35:54 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan  2 22:36:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e952a24

app-text/liblangtag: Move test dep to DEPEND where it belongs

Thanks-to: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-text/liblangtag/liblangtag-0.6.3.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-text/liblangtag/liblangtag-0.6.3.ebuild 
b/app-text/liblangtag/liblangtag-0.6.3.ebuild
index b0db495d30f..eb55dea03ec 100644
--- a/app-text/liblangtag/liblangtag-0.6.3.ebuild
+++ b/app-text/liblangtag/liblangtag-0.6.3.ebuild
@@ -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"

Reply via email to