diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-09-09 09:07:09 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-09-09 09:20:49 +0300 |
commit | 2cdbe74fdb7a9111556e4b5840b5a111d147d606 (patch) | |
tree | ea77785c691887ad9ed20864133b1b64e513e6d7 /dev-libs/tre | |
parent | app-editors/vis: Add MIT license for the lexers (diff) | |
download | gentoo-2cdbe74fdb7a9111556e4b5840b5a111d147d606.tar.gz gentoo-2cdbe74fdb7a9111556e4b5840b5a111d147d606.tar.bz2 gentoo-2cdbe74fdb7a9111556e4b5840b5a111d147d606.zip |
dev-libs/tre: add a missing bdepend for gettext
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/tre')
-rw-r--r-- | dev-libs/tre/tre-0.8.0_p20210321-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/tre/tre-0.8.0_p20210321-r1.ebuild b/dev-libs/tre/tre-0.8.0_p20210321-r1.ebuild index 7ad484a2dea8..3add77d877ac 100644 --- a/dev-libs/tre/tre-0.8.0_p20210321-r1.ebuild +++ b/dev-libs/tre/tre-0.8.0_p20210321-r1.ebuild @@ -33,7 +33,8 @@ DEPEND=" ${RDEPEND} nls? ( sys-devel/gettext ) " -BDEPEND="virtual/pkgconfig" +BDEPEND="sys-devel/gettext + virtual/pkgconfig" REQUIRED_USE=" agrep? ( approx ) |