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 EE611138334 for ; Mon, 30 Dec 2019 11:54:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B3DBE09E5; Mon, 30 Dec 2019 11:54:46 +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 5E782E09E2 for ; Mon, 30 Dec 2019 11:54:46 +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 81BA434DD36 for ; Mon, 30 Dec 2019 11:54:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1D6A86 for ; Mon, 30 Dec 2019 11:54:42 +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: <1577706830.025025f6a5af8ad228537821502a7b722a8c2b7c.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/rlottie/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/rlottie/rlottie-0.0.1_pre20191214.ebuild X-VCS-Directories: media-libs/rlottie/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 025025f6a5af8ad228537821502a7b722a8c2b7c X-VCS-Branch: master Date: Mon, 30 Dec 2019 11:54:42 +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: 1985f5ed-4344-4f34-baff-661ad3b557a7 X-Archives-Hash: c38e6c6525af5431c764fedc4bf5112b commit: 025025f6a5af8ad228537821502a7b722a8c2b7c Author: Joonas Niilola gentoo org> AuthorDate: Mon Dec 30 11:29:18 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Dec 30 11:53:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=025025f6 media-libs/rlottie: stabilize on amd64 Signed-off-by: Joonas Niilola gentoo.org> media-libs/rlottie/rlottie-0.0.1_pre20191214.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/rlottie/rlottie-0.0.1_pre20191214.ebuild b/media-libs/rlottie/rlottie-0.0.1_pre20191214.ebuild index df2d12389f4..892a30f8a8c 100644 --- a/media-libs/rlottie/rlottie-0.0.1_pre20191214.ebuild +++ b/media-libs/rlottie/rlottie-0.0.1_pre20191214.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/Samsung/rlottie/archive/${MY_COMMIT}.tar.gz -> ${P}. LICENSE="BSD FTL LGPL-2.1 MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )"