From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C7853138334 for ; Wed, 31 Oct 2018 11:47:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 712A2E0B5D; Wed, 31 Oct 2018 11:47:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 426F9E0B5D for ; Wed, 31 Oct 2018 11:47:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80A2A335C38 for ; Wed, 31 Oct 2018 11:47:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62670440 for ; Wed, 31 Oct 2018 11:47:18 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1540986407.5e81daf621b84779e302ba05cd8d55130a68a8b0.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gedit-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/gedit-plugins/gedit-plugins-3.28.1.ebuild X-VCS-Directories: app-editors/gedit-plugins/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 5e81daf621b84779e302ba05cd8d55130a68a8b0 X-VCS-Branch: master Date: Wed, 31 Oct 2018 11:47:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cdc1fb52-e9a9-44d4-bb39-20b3961eabdc X-Archives-Hash: aff86e1c35ba6ddf091b5b23941a66d2 commit: 5e81daf621b84779e302ba05cd8d55130a68a8b0 Author: Mart Raudsepp gentoo org> AuthorDate: Wed Oct 31 11:46:29 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Oct 31 11:46:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e81daf6 app-editors/gedit-plugins: fix some build deps intltool dep was raised upstream - reflect in ebuild. Only itstool is needed, not full yelp-tools dev stack. Signed-off-by: Mart Raudsepp gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 app-editors/gedit-plugins/gedit-plugins-3.28.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/gedit-plugins/gedit-plugins-3.28.1.ebuild b/app-editors/gedit-plugins/gedit-plugins-3.28.1.ebuild index fc8347b9387..336d04a0a89 100644 --- a/app-editors/gedit-plugins/gedit-plugins-3.28.1.ebuild +++ b/app-editors/gedit-plugins/gedit-plugins-3.28.1.ebuild @@ -50,8 +50,8 @@ RDEPEND=" vala? ( $(vala_depend) ) " DEPEND="${RDEPEND} - app-text/yelp-tools - >=dev-util/intltool-0.40.0 + >=dev-util/intltool-0.50.2 + dev-util/itstool >=sys-devel/gettext-0.17 virtual/pkgconfig "