Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gedit-plugins/
Date: Wed, 31 Oct 2018 11:47:23
Message-Id: 1540986407.5e81daf621b84779e302ba05cd8d55130a68a8b0.leio@gentoo
1 commit: 5e81daf621b84779e302ba05cd8d55130a68a8b0
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 31 11:46:29 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 31 11:46:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e81daf6
7
8 app-editors/gedit-plugins: fix some build deps
9
10 intltool dep was raised upstream - reflect in ebuild.
11 Only itstool is needed, not full yelp-tools dev stack.
12
13 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
14 Package-Manager: Portage-2.3.49, Repoman-2.3.11
15
16 app-editors/gedit-plugins/gedit-plugins-3.28.1.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/app-editors/gedit-plugins/gedit-plugins-3.28.1.ebuild b/app-editors/gedit-plugins/gedit-plugins-3.28.1.ebuild
20 index fc8347b9387..336d04a0a89 100644
21 --- a/app-editors/gedit-plugins/gedit-plugins-3.28.1.ebuild
22 +++ b/app-editors/gedit-plugins/gedit-plugins-3.28.1.ebuild
23 @@ -50,8 +50,8 @@ RDEPEND="
24 vala? ( $(vala_depend) )
25 "
26 DEPEND="${RDEPEND}
27 - app-text/yelp-tools
28 - >=dev-util/intltool-0.40.0
29 + >=dev-util/intltool-0.50.2
30 + dev-util/itstool
31 >=sys-devel/gettext-0.17
32 virtual/pkgconfig
33 "