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 9E5BD1381F3 for ; Thu, 3 Oct 2013 23:28:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 898BAE0A4F; Thu, 3 Oct 2013 23:28:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51269E09A9 for ; Thu, 3 Oct 2013 23:28:32 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B60A33EE6A for ; Thu, 3 Oct 2013 23:28:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 142B1E5464 for ; Thu, 3 Oct 2013 23:28:29 +0000 (UTC) From: "Chris Reffett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chris Reffett" Message-ID: <1380842466.08625305280b9f75fb9f584e64cb8982762e7341.creffett@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libmm-qt/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libmm-qt/libmm-qt-0.5.1.ebuild X-VCS-Directories: net-libs/libmm-qt/ X-VCS-Committer: creffett X-VCS-Committer-Name: Chris Reffett X-VCS-Revision: 08625305280b9f75fb9f584e64cb8982762e7341 X-VCS-Branch: master Date: Thu, 3 Oct 2013 23:28:29 +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: 8d6faf8a-7a65-4d5c-86ca-4baeeb5b70cf X-Archives-Hash: 327c3367de1f6520295aa43c893de2b7 commit: 08625305280b9f75fb9f584e64cb8982762e7341 Author: Chris Reffett gentoo org> AuthorDate: Thu Oct 3 23:21:06 2013 +0000 Commit: Chris Reffett gentoo org> CommitDate: Thu Oct 3 23:21:06 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=08625305 [net-libs/libmm-qt] keyword ~x86 with testing from josef64 Package-Manager: portage-2.2.7 --- net-libs/libmm-qt/libmm-qt-0.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libmm-qt/libmm-qt-0.5.1.ebuild b/net-libs/libmm-qt/libmm-qt-0.5.1.ebuild index 0e42a3d..8294038 100644 --- a/net-libs/libmm-qt/libmm-qt-0.5.1.ebuild +++ b/net-libs/libmm-qt/libmm-qt-0.5.1.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit kde4-base if [[ ${KDE_BUILD_TYPE} != live ]]; then - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~x86" SRC_URI="mirror://kde/unstable/modemmanager-qt/${PV}/src/${P}.tar.xz" else KEYWORDS=""