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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A36421582EF for ; Sat, 15 Feb 2025 10:20:55 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 96539343077 for ; Sat, 15 Feb 2025 10:20:55 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 84D1911042D; Sat, 15 Feb 2025 10:20:54 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 7B4E611042D for ; Sat, 15 Feb 2025 10:20:54 +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 311E934306D for ; Sat, 15 Feb 2025 10:20:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EB612654 for ; Sat, 15 Feb 2025 10:20:52 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1739614849.a75e31deda394b675cdfd3b64709a00797989c20.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/virtualenvwrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/virtualenvwrapper/virtualenvwrapper-6.1.1.ebuild X-VCS-Directories: dev-python/virtualenvwrapper/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: a75e31deda394b675cdfd3b64709a00797989c20 X-VCS-Branch: master Date: Sat, 15 Feb 2025 10:20:52 +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: 6ec980d3-6638-4113-98a4-d7c8f1cf784d X-Archives-Hash: 6d69674d296e530f3601032d42913459 commit: a75e31deda394b675cdfd3b64709a00797989c20 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Feb 15 10:20:49 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Feb 15 10:20:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a75e31de dev-python/virtualenvwrapper: Stabilize 6.1.1 amd64, #949774 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/virtualenvwrapper/virtualenvwrapper-6.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/virtualenvwrapper/virtualenvwrapper-6.1.1.ebuild b/dev-python/virtualenvwrapper/virtualenvwrapper-6.1.1.ebuild index 84866a26d858..f3894ca4fca6 100644 --- a/dev-python/virtualenvwrapper/virtualenvwrapper-6.1.1.ebuild +++ b/dev-python/virtualenvwrapper/virtualenvwrapper-6.1.1.ebuild @@ -17,7 +17,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc64 x86" +KEYWORDS="amd64 ~ppc64 x86" IUSE="test" RESTRICT="!test? ( test )"