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 49DDA158064 for ; Mon, 6 May 2024 13:27:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8353D2BC01F; Mon, 6 May 2024 13:27:09 +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 65FB02BC01F for ; Mon, 6 May 2024 13:27:09 +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 59574343155 for ; Mon, 6 May 2024 13:27:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C027D1A2D for ; Mon, 6 May 2024 13:27:06 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1715001992.8a06ad85ca0d5e5f7a51b16c9f6bf782bb67a1b5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dcfldd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/dcfldd/dcfldd-1.9.1-r2.ebuild X-VCS-Directories: sys-apps/dcfldd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8a06ad85ca0d5e5f7a51b16c9f6bf782bb67a1b5 X-VCS-Branch: master Date: Mon, 6 May 2024 13:27:06 +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: 7fc8e82e-3298-40eb-ad08-e8cbb23a9e44 X-Archives-Hash: c5e3b6d98839cc2b6adb97962e885f53 commit: 8a06ad85ca0d5e5f7a51b16c9f6bf782bb67a1b5 Author: Sam James gentoo org> AuthorDate: Mon May 6 13:26:32 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 6 13:26:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a06ad85 sys-apps/dcfldd: Stabilize 1.9.1-r2 amd64, #931266 Signed-off-by: Sam James gentoo.org> sys-apps/dcfldd/dcfldd-1.9.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/dcfldd/dcfldd-1.9.1-r2.ebuild b/sys-apps/dcfldd/dcfldd-1.9.1-r2.ebuild index 5f213827fdb4..105469231d1d 100644 --- a/sys-apps/dcfldd/dcfldd-1.9.1-r2.ebuild +++ b/sys-apps/dcfldd/dcfldd-1.9.1-r2.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/resurrecting-open-source-projects/${PN}/archive/v${P LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~riscv x86" +KEYWORDS="amd64 ~ppc ~riscv x86" DEPEND="virtual/pkgconfig"