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 1302113989D for ; Wed, 26 Aug 2015 14:57:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00140141E5; Wed, 26 Aug 2015 14:56:44 +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 97EF6141CD for ; Wed, 26 Aug 2015 14:56: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 7345C340B92 for ; Wed, 26 Aug 2015 14:56:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA8DB182 for ; Wed, 26 Aug 2015 14:56:39 +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: <1440600823.eed2eb68120d2f27022fb47411c0ebaf7d301af1.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtsql/qtsql-5.4.2.ebuild X-VCS-Directories: dev-qt/qtsql/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: eed2eb68120d2f27022fb47411c0ebaf7d301af1 X-VCS-Branch: master Date: Wed, 26 Aug 2015 14:56:39 +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: 9a5427b1-68a4-4dbf-bf21-458e9db0eb80 X-Archives-Hash: 0393f2056995651d4b755ba5b7923922 commit: eed2eb68120d2f27022fb47411c0ebaf7d301af1 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Aug 26 14:49:35 2015 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Aug 26 14:53:43 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eed2eb68 dev-qt/qtsql: arm stable wrt bug #543326 Package-Manager: portage-2.2.20.1 dev-qt/qtsql/qtsql-5.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtsql/qtsql-5.4.2.ebuild b/dev-qt/qtsql/qtsql-5.4.2.ebuild index 39240ec..8dbe381 100644 --- a/dev-qt/qtsql/qtsql-5.4.2.ebuild +++ b/dev-qt/qtsql/qtsql-5.4.2.ebuild @@ -9,7 +9,7 @@ inherit multilib qt5-build DESCRIPTION="SQL abstraction library for the Qt5 tooolkit" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 hppa ~ppc64 ~x86" + KEYWORDS="amd64 arm ~arm64 hppa ~ppc64 ~x86" fi IUSE="freetds mysql oci8 odbc postgres +sqlite"