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 CEEF415808B for ; Sat, 17 Feb 2024 09:06:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CDFCE29B6; Sat, 17 Feb 2024 09:06:57 +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 pigeon.gentoo.org (Postfix) with ESMTPS id F295BE29B6 for ; Sat, 17 Feb 2024 09:06:56 +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 0948F33D3CF for ; Sat, 17 Feb 2024 09:06:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99C1613DB for ; Sat, 17 Feb 2024 09:06:54 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1708160811.4f4d9f2d52859e5e4323ab3ad10cd7b349dadff2.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/emlop/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/emlop/emlop-0.6.1.ebuild X-VCS-Directories: app-portage/emlop/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 4f4d9f2d52859e5e4323ab3ad10cd7b349dadff2 X-VCS-Branch: master Date: Sat, 17 Feb 2024 09:06:54 +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: 87045a9e-cce9-4f13-b792-ea1df1562482 X-Archives-Hash: 5fb2b0dd90da8d87f6d7672c20d18a91 commit: 4f4d9f2d52859e5e4323ab3ad10cd7b349dadff2 Author: Florian Schmaus gentoo org> AuthorDate: Sat Feb 17 09:06:01 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sat Feb 17 09:06:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f4d9f2d app-portage/emlop: stabilize 0.6.1 for amd64 Signed-off-by: Florian Schmaus gentoo.org> app-portage/emlop/emlop-0.6.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/emlop/emlop-0.6.1.ebuild b/app-portage/emlop/emlop-0.6.1.ebuild index 9feb0c79cf59..c158e638ce1e 100644 --- a/app-portage/emlop/emlop-0.6.1.ebuild +++ b/app-portage/emlop/emlop-0.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Auto-Generated by cargo-ebuild 0.5.4 @@ -89,7 +89,7 @@ LICENSE+=" " SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" BDEPEND=">=virtual/rust-1.65.0"