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 24B56138359 for ; Wed, 11 Nov 2020 08:40:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C089E0BD8; Wed, 11 Nov 2020 08:40:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 35B9FE0BD8 for ; Wed, 11 Nov 2020 08:40:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0AB89340C50 for ; Wed, 11 Nov 2020 08:40:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F7DE445 for ; Wed, 11 Nov 2020 08:40:28 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1605084014.e38dc23199db7d2c4399820bd492ea3e4f64ac1e.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/qtcompress/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/qtcompress/qtcompress-0_p20180513.ebuild X-VCS-Directories: dev-libs/qtcompress/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: e38dc23199db7d2c4399820bd492ea3e4f64ac1e X-VCS-Branch: master Date: Wed, 11 Nov 2020 08:40:28 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bb4e920d-9813-4616-8b99-100018a8cc48 X-Archives-Hash: 459a2b9003cb28db7f386194d562eaf1 commit: e38dc23199db7d2c4399820bd492ea3e4f64ac1e Author: Joonas Niilola gentoo org> AuthorDate: Wed Nov 11 08:03:38 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Nov 11 08:40:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e38dc231 dev-libs/qtcompress: stabilize 0_p20180513 on x86 Bug: https://bugs.gentoo.org/753953 Signed-off-by: Joonas Niilola gentoo.org> dev-libs/qtcompress/qtcompress-0_p20180513.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/qtcompress/qtcompress-0_p20180513.ebuild b/dev-libs/qtcompress/qtcompress-0_p20180513.ebuild index f5e9c00df89..de1a3597b1f 100644 --- a/dev-libs/qtcompress/qtcompress-0_p20180513.ebuild +++ b/dev-libs/qtcompress/qtcompress-0_p20180513.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/qtcompress-${MY_COMMIT}" LICENSE="|| ( LGPL-2.1 GPL-3 ) FDL-1.3" SLOT="0/5.11.0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 x86" IUSE="test" RESTRICT="!test? ( test )"