From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id B1AC11580E0 for ; Sun, 26 Jan 2025 12:48:47 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9F144343523 for ; Sun, 26 Jan 2025 12:48:47 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9A8B311046F; Sun, 26 Jan 2025 12:48:46 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 944E411046F for ; Sun, 26 Jan 2025 12:48:45 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A4F7C343438 for ; Sun, 26 Jan 2025 12:48:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4030B13CE for ; Sun, 26 Jan 2025 12:48:44 +0000 (UTC) From: "V Uethya" <1758961307@qq.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "V Uethya" <1758961307@qq.com> Message-ID: <1737895517.02c273391ab396ec98c0225b49c6132c10c8312b.1758961307@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-block/partclone/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-block/partclone/partclone-0.3.33.ebuild X-VCS-Directories: sys-block/partclone/ X-VCS-Committer: 1758961307 X-VCS-Committer-Name: V Uethya X-VCS-Revision: 02c273391ab396ec98c0225b49c6132c10c8312b X-VCS-Branch: dev Date: Sun, 26 Jan 2025 12:48:44 +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: c2b73bd4-5cfe-409a-9d96-5f72e15330d5 X-Archives-Hash: 8d239d9bd6a6c694feebae564f4b3957 commit: 02c273391ab396ec98c0225b49c6132c10c8312b Author: 123485k <1758961307 qq com> AuthorDate: Sun Jan 26 12:45:17 2025 +0000 Commit: V Uethya <1758961307 qq com> CommitDate: Sun Jan 26 12:45:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=02c27339 sys-block/partclone: remove unnecessary RESTRICT Signed-off-by: 123485k <1758961307 qq.com> sys-block/partclone/partclone-0.3.33.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-block/partclone/partclone-0.3.33.ebuild b/sys-block/partclone/partclone-0.3.33.ebuild index 58caf1d12..617cc6992 100644 --- a/sys-block/partclone/partclone-0.3.33.ebuild +++ b/sys-block/partclone/partclone-0.3.33.ebuild @@ -15,7 +15,6 @@ else " KEYWORDS="~amd64 ~x86" fi -RESTRICT="strip" DESCRIPTION="Partition cloning tool" HOMEPAGE="https://partclone.org"