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 EA502158003 for ; Thu, 3 Feb 2022 01:59:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C63C2BC02B; Thu, 3 Feb 2022 01:59:30 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3CB82BC02B for ; Thu, 3 Feb 2022 01:59:29 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30C41342F48 for ; Thu, 3 Feb 2022 01:59:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C85329 for ; Thu, 3 Feb 2022 01:59:25 +0000 (UTC) From: "Samuel Bernardo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Samuel Bernardo" Message-ID: <1643853344.04ff848f5f137ca52a5ef17e76d41f7aec28feee.samuelbernardo@gentoo> Subject: [gentoo-commits] repo/user/ssnb:master commit in: net-misc/meocloud-client-beta/ X-VCS-Repository: repo/user/ssnb X-VCS-Files: net-misc/meocloud-client-beta/meocloud-client-beta-0.2.29-r1.ebuild X-VCS-Directories: net-misc/meocloud-client-beta/ X-VCS-Committer: samuelbernardo X-VCS-Committer-Name: Samuel Bernardo X-VCS-Revision: 04ff848f5f137ca52a5ef17e76d41f7aec28feee X-VCS-Branch: master Date: Thu, 3 Feb 2022 01:59: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: 3c54d48c-9257-4481-bc7d-0868cbab953e X-Archives-Hash: d1943c07a11f75761d03d75f6dae8def commit: 04ff848f5f137ca52a5ef17e76d41f7aec28feee Author: Samuel Bernardo gmail com> AuthorDate: Thu Feb 3 01:55:44 2022 +0000 Commit: Samuel Bernardo gmail com> CommitDate: Thu Feb 3 01:55:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=04ff848f Remove stripped directories from build Signed-off-by: Samuel Bernardo gmail.com> net-misc/meocloud-client-beta/meocloud-client-beta-0.2.29-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-misc/meocloud-client-beta/meocloud-client-beta-0.2.29-r1.ebuild b/net-misc/meocloud-client-beta/meocloud-client-beta-0.2.29-r1.ebuild index 89a19f3..41c0c10 100644 --- a/net-misc/meocloud-client-beta/meocloud-client-beta-0.2.29-r1.ebuild +++ b/net-misc/meocloud-client-beta/meocloud-client-beta-0.2.29-r1.ebuild @@ -17,6 +17,10 @@ SRC_URI=" amd64? ( https://meocloud.pt/binaries/linux/x86_64/meocloud-latest_x86_64_beta.tar.gz -> ${P}_x86_64.tar.gz ) " +QA_PRESTRIPPED=" + opt/meocloud/cli/.* + opt/meocloud/core/*" + QA_FLAGS_IGNORED="*" src_unpack() {