diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-01-26 16:32:54 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-01-26 20:00:27 +0200 |
commit | b4ad4249f52c598ffddfc28a85bf69097a5bf91a (patch) | |
tree | 9987fc0ccf5a0469211d8bdade5277c630933c8c /gui-libs | |
parent | dev-libs/libgit2-glib: EAPI-7 port, gtk-doc support, ebuild touchups (diff) | |
download | gentoo-b4ad4249f52c598ffddfc28a85bf69097a5bf91a.tar.gz gentoo-b4ad4249f52c598ffddfc28a85bf69097a5bf91a.tar.bz2 gentoo-b4ad4249f52c598ffddfc28a85bf69097a5bf91a.zip |
gui-libs/tepl: fix gettext min req
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/tepl/tepl-4.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-libs/tepl/tepl-4.2.1.ebuild b/gui-libs/tepl/tepl-4.2.1.ebuild index 61989b5579ba..43b7ec06cd1e 100644 --- a/gui-libs/tepl/tepl-4.2.1.ebuild +++ b/gui-libs/tepl/tepl-4.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,7 +23,7 @@ RDEPEND=" introspection? ( >=dev-libs/gobject-introspection-1.42:= ) " DEPEND="${DEPEND} - >=sys-devel/gettext-0.19.4 + >=sys-devel/gettext-0.19.6 dev-util/glib-utils >=dev-util/gtk-doc-am-1.25 virtual/pkgconfig |