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 EB8A4138335 for ; Sat, 23 Jun 2018 18:21:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3A10E08CE; Sat, 23 Jun 2018 18:21:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A739BE08CE for ; Sat, 23 Jun 2018 18:21:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8D5E335C8E for ; Sat, 23 Jun 2018 18:21:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F06E2E8 for ; Sat, 23 Jun 2018 18:21:07 +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: <1529777992.4cfc59b52ec4adee5e5bd08ce82f5f1f9c920e5c.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/gwenhywfar/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/gwenhywfar/gwenhywfar-4.20.0.ebuild X-VCS-Directories: sys-libs/gwenhywfar/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 4cfc59b52ec4adee5e5bd08ce82f5f1f9c920e5c X-VCS-Branch: master Date: Sat, 23 Jun 2018 18:21:07 +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: 6cc552d0-3be6-45e4-add3-0986c95db063 X-Archives-Hash: 897708fa8bacc4d697e265e3dd1a9fe8 commit: 4cfc59b52ec4adee5e5bd08ce82f5f1f9c920e5c Author: Mikle Kolyada gentoo org> AuthorDate: Sat Jun 23 18:19:52 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Jun 23 18:19:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cfc59b5 sys-libs/gwenhywfar: amd64 stable wrt bug #658020 Package-Manager: Portage-2.3.40, Repoman-2.3.9 sys-libs/gwenhywfar/gwenhywfar-4.20.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/gwenhywfar/gwenhywfar-4.20.0.ebuild b/sys-libs/gwenhywfar/gwenhywfar-4.20.0.ebuild index cddbd264152..b3b3fb98539 100644 --- a/sys-libs/gwenhywfar/gwenhywfar-4.20.0.ebuild +++ b/sys-libs/gwenhywfar/gwenhywfar-4.20.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.aquamaniac.de/sites/download/download.php?package=01&releas LICENSE="LGPL-2.1" SLOT="0/60" # correspond with libgwenhywfar.so version -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86" IUSE="debug designer doc fox gtk libressl qml qt5 sensors serialport test webkit" REQUIRED_USE="designer? ( qt5 ) qml? ( qt5 ) sensors? ( qt5 ) serialport? ( qt5 ) webkit? ( qt5 )"