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 7AF801382C5 for ; Mon, 12 Apr 2021 01:09:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70343E086A; Mon, 12 Apr 2021 01:09:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 5C465E086A for ; Mon, 12 Apr 2021 01:09:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DB0A7340BC0 for ; Mon, 12 Apr 2021 01:09:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 812B8730 for ; Mon, 12 Apr 2021 01:09:16 +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: <1618189657.e99a564c3edabb81a0b1c6017a324aa8a8d80ad0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/gtk-gnutella/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/gtk-gnutella/gtk-gnutella-1.2.0-r1.ebuild X-VCS-Directories: net-p2p/gtk-gnutella/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e99a564c3edabb81a0b1c6017a324aa8a8d80ad0 X-VCS-Branch: master Date: Mon, 12 Apr 2021 01:09:16 +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: 15855804-9530-48ed-ae83-467d04fd8618 X-Archives-Hash: d2bca65b01d4588fd872126ea1fc3f5c commit: e99a564c3edabb81a0b1c6017a324aa8a8d80ad0 Author: Sam James gentoo org> AuthorDate: Mon Apr 12 00:47:14 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 12 01:07:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e99a564c net-p2p/gtk-gnutella: eutils->l10n Signed-off-by: Sam James gentoo.org> net-p2p/gtk-gnutella/gtk-gnutella-1.2.0-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-p2p/gtk-gnutella/gtk-gnutella-1.2.0-r1.ebuild b/net-p2p/gtk-gnutella/gtk-gnutella-1.2.0-r1.ebuild index e0ec40538bc..8b1a4a31ab8 100644 --- a/net-p2p/gtk-gnutella/gtk-gnutella-1.2.0-r1.ebuild +++ b/net-p2p/gtk-gnutella/gtk-gnutella-1.2.0-r1.ebuild @@ -3,8 +3,7 @@ EAPI=7 -# eutils: strip-linguas -inherit eutils toolchain-funcs +inherit l10n toolchain-funcs IUSE="nls dbus ssl +gtk"