Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/tepl/
Date: Sun, 26 Jan 2020 18:02:41
Message-Id: 1580061627.b4ad4249f52c598ffddfc28a85bf69097a5bf91a.leio@gentoo
1 commit: b4ad4249f52c598ffddfc28a85bf69097a5bf91a
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 26 14:32:54 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 26 18:00:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4ad4249
7
8 gui-libs/tepl: fix gettext min req
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 gui-libs/tepl/tepl-4.2.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/gui-libs/tepl/tepl-4.2.1.ebuild b/gui-libs/tepl/tepl-4.2.1.ebuild
17 index 61989b5579b..43b7ec06cd1 100644
18 --- a/gui-libs/tepl/tepl-4.2.1.ebuild
19 +++ b/gui-libs/tepl/tepl-4.2.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -23,7 +23,7 @@ RDEPEND="
27 introspection? ( >=dev-libs/gobject-introspection-1.42:= )
28 "
29 DEPEND="${DEPEND}
30 - >=sys-devel/gettext-0.19.4
31 + >=sys-devel/gettext-0.19.6
32 dev-util/glib-utils
33 >=dev-util/gtk-doc-am-1.25
34 virtual/pkgconfig