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 79A1513832E for ; Thu, 18 Aug 2016 13:09:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE62D21C080; Thu, 18 Aug 2016 13:09:13 +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 79DF021C080 for ; Thu, 18 Aug 2016 13:09:13 +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 9B1A33408CF for ; Thu, 18 Aug 2016 13:09:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 299832462 for ; Thu, 18 Aug 2016 13:09:09 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1471525737.661e6601cc49b2c62804918a93a057f493528b18.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-logger-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild X-VCS-Directories: net-libs/telepathy-logger-qt/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 661e6601cc49b2c62804918a93a057f493528b18 X-VCS-Branch: master Date: Thu, 18 Aug 2016 13:09:09 +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: 18f387a7-58f3-460b-8c57-5eaed64b0186 X-Archives-Hash: cc692c4ecc70ec7c0b0fba895b54c284 commit: 661e6601cc49b2c62804918a93a057f493528b18 Author: Michael Palimaka gentoo org> AuthorDate: Thu Aug 18 13:08:41 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Aug 18 13:08:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=661e6601 net-libs/telepathy-logger-qt: amd64/x86 stable Gentoo-bug: 590488 Package-Manager: portage-2.3.0 net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild index dcd3883..b82db24 100644 --- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild +++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-15.04.0.ebuild @@ -14,7 +14,7 @@ if [[ ${KDE_BUILD_TYPE} = live ]]; then KEYWORDS="" else SRC_URI="mirror://kde/stable/telepathy-logger-qt/${PV%.*}/src/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi LICENSE="LGPL-2.1"