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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5287615815E for ; Thu, 8 Feb 2024 10:31:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93330E2A45; Thu, 8 Feb 2024 10:31:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 7779AE2A57 for ; Thu, 8 Feb 2024 10:31:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A452F343168 for ; Thu, 8 Feb 2024 10:31:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D241114B7 for ; Thu, 8 Feb 2024 10:31:54 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1707388285.105e6603aad51e16537f5a6e36f89702b1ad88af.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pinta/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/pinta/pinta-2.1.1-r1.ebuild X-VCS-Directories: media-gfx/pinta/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 105e6603aad51e16537f5a6e36f89702b1ad88af X-VCS-Branch: master Date: Thu, 8 Feb 2024 10:31:54 +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: 1ec73c8f-559a-412b-b79a-8fd219bd3f5f X-Archives-Hash: 5a784e5df169505b843c86709cc2fdb7 commit: 105e6603aad51e16537f5a6e36f89702b1ad88af Author: Maciej Barć gentoo org> AuthorDate: Thu Feb 8 09:32:18 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu Feb 8 10:31:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=105e6603 media-gfx/pinta: add intltool build dependency Closes: https://bugs.gentoo.org/924059 Signed-off-by: Maciej Barć gentoo.org> media-gfx/pinta/pinta-2.1.1-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-gfx/pinta/pinta-2.1.1-r1.ebuild b/media-gfx/pinta/pinta-2.1.1-r1.ebuild index d3493a121fb7..aaef9d59313c 100644 --- a/media-gfx/pinta/pinta-2.1.1-r1.ebuild +++ b/media-gfx/pinta/pinta-2.1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -94,6 +94,7 @@ RDEPEND=" " BDEPEND=" ${RDEPEND} + dev-util/intltool " src_unpack() {