From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 446EF59CA3 for ; Sun, 6 Mar 2016 12:08:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D301B21C079 for ; Sun, 6 Mar 2016 12:08:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79428E0729 for ; Sun, 6 Mar 2016 10:14:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B17CA340A9E for ; Sun, 6 Mar 2016 10:14:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F0952407 for ; Sun, 6 Mar 2016 10:14:44 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1457259092.8beae4633deab11a1dc44b9914fe79c3630eca30.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/zeroconf-ioslave/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/zeroconf-ioslave/zeroconf-ioslave-15.08.3.ebuild X-VCS-Directories: kde-apps/zeroconf-ioslave/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 8beae4633deab11a1dc44b9914fe79c3630eca30 X-VCS-Branch: master Date: Sun, 6 Mar 2016 10:14:44 +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-Archives-Salt: 4a581986-8d3b-449c-90d4-a38440b11d24 X-Archives-Hash: 64578737cdc8cdd28117fd8435fda5a0 commit: 8beae4633deab11a1dc44b9914fe79c3630eca30 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Mar 6 10:07:47 2016 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Mar 6 10:11:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8beae463 kde-apps/zeroconf-ioslave: x86 stable wrt bug #569742 Package-Manager: portage-2.2.26 kde-apps/zeroconf-ioslave/zeroconf-ioslave-15.08.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/zeroconf-ioslave/zeroconf-ioslave-15.08.3.ebuild b/kde-apps/zeroconf-ioslave/zeroconf-ioslave-15.08.3.ebuild index 2b0bd8a..6d9d8ce 100644 --- a/kde-apps/zeroconf-ioslave/zeroconf-ioslave-15.08.3.ebuild +++ b/kde-apps/zeroconf-ioslave/zeroconf-ioslave-15.08.3.ebuild @@ -7,5 +7,5 @@ EAPI=5 inherit kde4-base DESCRIPTION="A DNSSD (DNS Service Discovery - part of Rendezvous) ioslave and kded module" -KEYWORDS=" amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug"