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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B06E158086 for ; Sat, 11 Dec 2021 18:50:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CB402BC006; Sat, 11 Dec 2021 18:50:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE0802BC006 for ; Sat, 11 Dec 2021 18:50:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C42C342E1C for ; Sat, 11 Dec 2021 18:50:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17A961FA for ; Sat, 11 Dec 2021 18:50:29 +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: <1639248115.5b9b0de0f0b626cdeecc90f68af2cbc86053e22c.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/gnome-dictionary/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/gnome-dictionary/gnome-dictionary-40.0.ebuild X-VCS-Directories: app-dicts/gnome-dictionary/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 5b9b0de0f0b626cdeecc90f68af2cbc86053e22c X-VCS-Branch: master Date: Sat, 11 Dec 2021 18:50:29 +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: b279a45d-24b2-450e-8605-f6a57a2628a3 X-Archives-Hash: e67a36bd46e74cdf58ae919afd4f01c5 commit: 5b9b0de0f0b626cdeecc90f68af2cbc86053e22c Author: Mart Raudsepp gentoo org> AuthorDate: Sat Dec 11 18:29:02 2021 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Dec 11 18:41:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b9b0de0 app-dicts/gnome-dictionary: add back missing dev-util/itstool bdep Closes: https://bugs.gentoo.org/828949 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Mart Raudsepp gentoo.org> app-dicts/gnome-dictionary/gnome-dictionary-40.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-40.0.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-40.0.ebuild index 299a866e32ff..ca2a078abf80 100644 --- a/app-dicts/gnome-dictionary/gnome-dictionary-40.0.ebuild +++ b/app-dicts/gnome-dictionary/gnome-dictionary-40.0.ebuild @@ -24,6 +24,7 @@ BDEPEND=" app-text/docbook-xml-dtd:4.3 dev-libs/libxslt dev-util/glib-utils + dev-util/itstool >=sys-devel/gettext-0.19.8 virtual/pkgconfig "