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 61CEB138334 for ; Mon, 21 Oct 2019 12:47:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED9E4E0C20; Mon, 21 Oct 2019 12:47:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D5B56E0C20 for ; Mon, 21 Oct 2019 12:47:20 +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 B5EB234C11E for ; Mon, 21 Oct 2019 12:47:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10B46892 for ; Mon, 21 Oct 2019 12:47:17 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1571661625.c82147150a169296a879d61f299e6451dda2b21a.whissi@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.3.ebuild X-VCS-Directories: app-cdr/cdemu/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: c82147150a169296a879d61f299e6451dda2b21a X-VCS-Branch: master Date: Mon, 21 Oct 2019 12:47:17 +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: d10d1279-560c-4b72-97f2-2c672d2d165d X-Archives-Hash: 1477b9e133794ead418f3d4ef93d0bb2 commit: c82147150a169296a879d61f299e6451dda2b21a Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Oct 21 12:40:25 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Oct 21 12:40:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8214715 app-cdr/cdemu: x86 stable (bug #697446) Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann gentoo.org> app-cdr/cdemu/cdemu-3.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-cdr/cdemu/cdemu-3.2.3.ebuild b/app-cdr/cdemu/cdemu-3.2.3.ebuild index dc34238bf6a..690af4a2097 100644 --- a/app-cdr/cdemu/cdemu-3.2.3.ebuild +++ b/app-cdr/cdemu/cdemu-3.2.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://download.sourceforge.net/cdemu/cdemu-client/${MY_P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="+cdemu-daemon" REQUIRED_USE="${PYTHON_REQUIRED_USE}"