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 D1F1915808B for ; Fri, 25 Mar 2022 01:48:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 132E2E085B; Fri, 25 Mar 2022 01:48:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6D5CE085B for ; Fri, 25 Mar 2022 01:48:30 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05461342C51 for ; Fri, 25 Mar 2022 01:48:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E86B2B0 for ; Fri, 25 Mar 2022 01:48:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1648172890.37ab13cf675738b16236e2f017a97cd1730ea1fb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/gajim/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/gajim/gajim-1.3.3-r1.ebuild net-im/gajim/gajim-1.3.3_p2.ebuild X-VCS-Directories: net-im/gajim/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 37ab13cf675738b16236e2f017a97cd1730ea1fb X-VCS-Branch: master Date: Fri, 25 Mar 2022 01:48:28 +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: 2333a4ea-369d-43fd-b884-af952972ce4f X-Archives-Hash: 6b58dec71b55d0d45458b2a77fc5d9ed commit: 37ab13cf675738b16236e2f017a97cd1730ea1fb Author: Sam James gentoo org> AuthorDate: Fri Mar 25 00:33:31 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 25 01:48:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37ab13cf net-im/gajim: drop intltool dependency Dropped upstream a while ago: https://dev.gajim.org/gajim/gajim/-/commit/7751c3e72260b69ea7aa3a62f9b1799a7a000125. Signed-off-by: Sam James gentoo.org> net-im/gajim/gajim-1.3.3-r1.ebuild | 3 +-- net-im/gajim/gajim-1.3.3_p2.ebuild | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/net-im/gajim/gajim-1.3.3-r1.ebuild b/net-im/gajim/gajim-1.3.3-r1.ebuild index 5d090a79413d..d1a222c2bc02 100644 --- a/net-im/gajim/gajim-1.3.3-r1.ebuild +++ b/net-im/gajim/gajim-1.3.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,7 +24,6 @@ COMMON_DEPEND=" >=x11-libs/gtk+-3.22:3[introspection]" DEPEND="${COMMON_DEPEND} app-arch/unzip - >=dev-util/intltool-0.40.1 virtual/pkgconfig >=sys-devel/gettext-0.17-r1" RDEPEND="${COMMON_DEPEND} diff --git a/net-im/gajim/gajim-1.3.3_p2.ebuild b/net-im/gajim/gajim-1.3.3_p2.ebuild index 346c1c0f0693..8253e660e160 100644 --- a/net-im/gajim/gajim-1.3.3_p2.ebuild +++ b/net-im/gajim/gajim-1.3.3_p2.ebuild @@ -24,7 +24,6 @@ COMMON_DEPEND=" >=x11-libs/gtk+-3.22:3[introspection]" DEPEND="${COMMON_DEPEND} app-arch/unzip - >=dev-util/intltool-0.40.1 virtual/pkgconfig >=sys-devel/gettext-0.17-r1" RDEPEND="${COMMON_DEPEND}