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 790F3138334 for ; Wed, 4 Dec 2019 19:58:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BEFBE0841; Wed, 4 Dec 2019 19:58:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7086AE0841 for ; Wed, 4 Dec 2019 19:58:53 +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 5211434D7D6 for ; Wed, 4 Dec 2019 19:58:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A70525D2 for ; Wed, 4 Dec 2019 19:58:50 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1575489487.f14d9382a83b7c661e7bb064e2fb071b04a0cf9d.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/gparted/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/gparted/gparted-1.0.0.ebuild X-VCS-Directories: sys-block/gparted/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f14d9382a83b7c661e7bb064e2fb071b04a0cf9d X-VCS-Branch: master Date: Wed, 4 Dec 2019 19:58:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9073fe8f-22db-48ae-a552-8e1cc0d4f09e X-Archives-Hash: 76755c9d52d51f296b99e7fd4636fb0c commit: f14d9382a83b7c661e7bb064e2fb071b04a0cf9d Author: Matt Turner gentoo org> AuthorDate: Wed Dec 4 19:58:04 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Dec 4 19:58:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f14d9382 sys-block/gparted: Depend on dev-util/itstool The macros from yelp.m4 use itstool. Signed-off-by: Matt Turner gentoo.org> sys-block/gparted/gparted-1.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-block/gparted/gparted-1.0.0.ebuild b/sys-block/gparted/gparted-1.0.0.ebuild index 5f33141bb13..7bd74943e76 100644 --- a/sys-block/gparted/gparted-1.0.0.ebuild +++ b/sys-block/gparted/gparted-1.0.0.ebuild @@ -52,6 +52,7 @@ RDEPEND="${COMMON_DEPEND} DEPEND="${COMMON_DEPEND} app-text/docbook-xml-dtd:4.1.2 >=dev-util/intltool-0.51.0-r2 + dev-util/itstool sys-devel/gettext virtual/pkgconfig "