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 30188158086 for ; Thu, 4 Nov 2021 01:43:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6403E08F3; Thu, 4 Nov 2021 01:43:33 +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 10501E08F3 for ; Thu, 4 Nov 2021 01:43:29 +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 4EA2D342C75 for ; Thu, 4 Nov 2021 01:43:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D7F2D0 for ; Thu, 4 Nov 2021 01:43:25 +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: <1635990196.f460f4bfdd6660feb234b79710b536b9aa9a95e6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/avahi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/avahi/avahi-0.8-r4.ebuild net-dns/avahi/avahi-0.8-r5.ebuild X-VCS-Directories: net-dns/avahi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f460f4bfdd6660feb234b79710b536b9aa9a95e6 X-VCS-Branch: master Date: Thu, 4 Nov 2021 01:43:25 +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: efd5271e-d006-47f7-8a98-62ee0d0cf560 X-Archives-Hash: e0bf24fdc2418b997fa588e2466b9689 commit: f460f4bfdd6660feb234b79710b536b9aa9a95e6 Author: Sam James gentoo org> AuthorDate: Thu Nov 4 01:42:51 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Nov 4 01:43:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f460f4bf net-dns/avahi: no longer uses intltool (gettext instead) Revbumping to allow people to depclean intltool and Perl deps (this is quite a common complaint/request, was the same with eudev). Closes: https://bugs.gentoo.org/821094 Signed-off-by: Sam James gentoo.org> net-dns/avahi/{avahi-0.8-r4.ebuild => avahi-0.8-r5.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/avahi/avahi-0.8-r4.ebuild b/net-dns/avahi/avahi-0.8-r5.ebuild similarity index 99% rename from net-dns/avahi/avahi-0.8-r4.ebuild rename to net-dns/avahi/avahi-0.8-r5.ebuild index 9d623e4c624..f2ba57953f0 100644 --- a/net-dns/avahi/avahi-0.8-r4.ebuild +++ b/net-dns/avahi/avahi-0.8-r5.ebuild @@ -63,7 +63,7 @@ BDEPEND=" dev-util/glib-utils doc? ( app-doc/doxygen ) app-doc/xmltoman - dev-util/intltool + sys-devel/gettext virtual/pkgconfig "