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 3172F1388C0 for ; Sun, 21 Feb 2016 21:12:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B60F921C0CA; Sun, 21 Feb 2016 21:12:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 644CA21C0CA for ; Sun, 21 Feb 2016 21:12:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8DD90340B9B for ; Sun, 21 Feb 2016 21:12:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E97B38E9 for ; Sun, 21 Feb 2016 21:12:40 +0000 (UTC) From: "Michael Weber" 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 Weber" Message-ID: <1456089139.92ad8b72bd40e99174d20fa632849200396c52fd.xmw@gentoo> Subject: [gentoo-commits] dev/xmw:master commit in: app-misc/qlcplus/ X-VCS-Repository: dev/xmw X-VCS-Files: app-misc/qlcplus/qlcplus-9999.ebuild X-VCS-Directories: app-misc/qlcplus/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 92ad8b72bd40e99174d20fa632849200396c52fd X-VCS-Branch: master Date: Sun, 21 Feb 2016 21:12:40 +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: bf8fe08e-6faa-4172-a5ff-e1195f265bcd X-Archives-Hash: 054d70ae8d122479dab3d26bd7ae017d commit: 92ad8b72bd40e99174d20fa632849200396c52fd Author: Michael Weber xmw de> AuthorDate: Sun Feb 21 21:12:19 2016 +0000 Commit: Michael Weber gentoo org> CommitDate: Sun Feb 21 21:12:19 2016 +0000 URL: https://gitweb.gentoo.org/dev/xmw.git/commit/?id=92ad8b72 app-misc/qlcplus: drop keywords on live ebuild. Package-Manager: portage-2.2.27 Manifest-Sign-Key: 0x71D573A82F434065 app-misc/qlcplus/qlcplus-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/qlcplus/qlcplus-9999.ebuild b/app-misc/qlcplus/qlcplus-9999.ebuild index a36cde9..c600bca 100644 --- a/app-misc/qlcplus/qlcplus-9999.ebuild +++ b/app-misc/qlcplus/qlcplus-9999.ebuild @@ -12,7 +12,7 @@ EGIT_REPO_URI="https://github.com/mcallegari/qlcplus.git" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="" IUSE="qt4 qt5" REQUIRED_USE="^^ ( qt4 qt5 )"