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 AA727138359 for ; Fri, 20 Nov 2020 14:59:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52D85E082B; Fri, 20 Nov 2020 14:59:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 398AAE082B for ; Fri, 20 Nov 2020 14:59:47 +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 DAA82340F07 for ; Fri, 20 Nov 2020 14:59:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AD571D8 for ; Fri, 20 Nov 2020 14:59:44 +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: <1605884345.5bc5cb6051834e81189b09353459498cd3b3eb64.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lib3mf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/lib3mf/lib3mf-1.8.1.ebuild X-VCS-Directories: media-libs/lib3mf/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 5bc5cb6051834e81189b09353459498cd3b3eb64 X-VCS-Branch: master Date: Fri, 20 Nov 2020 14:59:44 +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: 4d79e60b-cdc0-4e84-92c6-5580121dcd94 X-Archives-Hash: 82560fbd83b14f934597b0ddc753110e commit: 5bc5cb6051834e81189b09353459498cd3b3eb64 Author: Joonas Niilola gentoo org> AuthorDate: Fri Nov 20 14:33:37 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Nov 20 14:59:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bc5cb60 media-libs/lib3mf: stabilize 1.8.1 on amd64 Bug: https://bugs.gentoo.org/755716 Signed-off-by: Joonas Niilola gentoo.org> media-libs/lib3mf/lib3mf-1.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/lib3mf/lib3mf-1.8.1.ebuild b/media-libs/lib3mf/lib3mf-1.8.1.ebuild index c703e74d4fa..a4c13948eb4 100644 --- a/media-libs/lib3mf/lib3mf-1.8.1.ebuild +++ b/media-libs/lib3mf/lib3mf-1.8.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/3MFConsortium/$PN/archive/v$PV.tar.gz -> $P.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" IUSE="doc test" RESTRICT="!test? ( test )"