diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-02 22:35:54 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-02 23:36:38 +0100 |
commit | 7e952a24854aeee2311fd53672137d2c84fe540a (patch) | |
tree | b867c9571d5fcce318c93297891a83f935435722 /app-text/liblangtag | |
parent | cmake.eclass: Ban CMAKE_MIN_VERSION for real (diff) | |
download | gentoo-7e952a24854aeee2311fd53672137d2c84fe540a.tar.gz gentoo-7e952a24854aeee2311fd53672137d2c84fe540a.tar.bz2 gentoo-7e952a24854aeee2311fd53672137d2c84fe540a.zip |
app-text/liblangtag: Move test dep to DEPEND where it belongs
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>
Diffstat (limited to 'app-text/liblangtag')
-rw-r--r-- | app-text/liblangtag/liblangtag-0.6.3.ebuild | 5 |
1 files 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 b0db495d30f1..eb55dea03ec6 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" |