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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CD97D1382C5 for ; Fri, 28 May 2021 02:27:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7F33E09E7; Fri, 28 May 2021 02:27:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE6E4E09E5 for ; Fri, 28 May 2021 02:27:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 876B2340E64 for ; Fri, 28 May 2021 02:27:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59B347A0 for ; Fri, 28 May 2021 02:27:35 +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: <1622168808.9a30f83ab80aa8f088da281fad2e3a1ee539bba7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/cdemu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/cdemu/cdemu-3.2.5.ebuild X-VCS-Directories: app-cdr/cdemu/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9a30f83ab80aa8f088da281fad2e3a1ee539bba7 X-VCS-Branch: master Date: Fri, 28 May 2021 02:27:35 +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: c8ca229f-82e4-4e2e-80fd-ef9c11e1bf74 X-Archives-Hash: d2b5b0d5586fef5a808a91caf2b4a31b commit: 9a30f83ab80aa8f088da281fad2e3a1ee539bba7 Author: Sam James gentoo org> AuthorDate: Fri May 28 02:26:48 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 28 02:26:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a30f83a app-cdr/cdemu: Stabilize 3.2.5 x86, #792375 Signed-off-by: Sam James gentoo.org> app-cdr/cdemu/cdemu-3.2.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-cdr/cdemu/cdemu-3.2.5.ebuild b/app-cdr/cdemu/cdemu-3.2.5.ebuild index 6187021b80e..b4de6789264 100644 --- a/app-cdr/cdemu/cdemu-3.2.5.ebuild +++ b/app-cdr/cdemu/cdemu-3.2.5.ebuild @@ -15,7 +15,7 @@ S=${WORKDIR}/${MY_P} LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="+cdemu-daemon" REQUIRED_USE="${PYTHON_REQUIRED_USE}"