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 49BB1139345 for ; Wed, 30 Jun 2021 10:15:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7600CE0831; Wed, 30 Jun 2021 10:15:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 30CD8E0831 for ; Wed, 30 Jun 2021 10:15:46 +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 41FAC335DBE for ; Wed, 30 Jun 2021 10:15:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2CDD7C8 for ; Wed, 30 Jun 2021 10:15:42 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1625048133.fbe04bc24770c3db6c23fb91dd80e5f157cc9465.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/eiskaltdcpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild X-VCS-Directories: net-p2p/eiskaltdcpp/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: fbe04bc24770c3db6c23fb91dd80e5f157cc9465 X-VCS-Branch: master Date: Wed, 30 Jun 2021 10:15:42 +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: c5d168e2-54a0-4298-9e0f-8d9251fcc6bf X-Archives-Hash: e0fb9760867c60fce3a68f00d423a516 commit: fbe04bc24770c3db6c23fb91dd80e5f157cc9465 Author: Ulrich Müller gentoo org> AuthorDate: Mon Jun 28 10:06:07 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Jun 30 10:15:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe04bc2 net-p2p/eiskaltdcpp: Add strip-linguas to inherit Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild b/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild index 6a9de498c3a..1449f415e75 100644 --- a/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild +++ b/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild @@ -7,7 +7,7 @@ LUA_COMPAT=( lua5-1 lua5-2 ) PLOCALES="be bg cs da de el en es eu fr hu ie it pl pt_BR ru sk sr sr@latin sv_SE tr uk vi zh_CN" -inherit cmake l10n lua-single xdg-utils toolchain-funcs +inherit cmake l10n lua-single strip-linguas xdg-utils toolchain-funcs [[ ${PV} = *9999* ]] && inherit git-r3 DESCRIPTION="Qt/DC++ based client for DirectConnect and ADC protocols"