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 ED659138334 for ; Sun, 29 Sep 2019 19:22:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0A11E088A; Sun, 29 Sep 2019 19:22: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 D855AE088A for ; Sun, 29 Sep 2019 19:22: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 77F8D34B6CF for ; Sun, 29 Sep 2019 19:22:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20B94779 for ; Sun, 29 Sep 2019 19:22:43 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1569784959.912078ed8d283c1a051deeab77e96e1e343fa0a4.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/rlottie/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/rlottie/rlottie-0.0.1_pre20190920.ebuild X-VCS-Directories: dev-libs/rlottie/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 912078ed8d283c1a051deeab77e96e1e343fa0a4 X-VCS-Branch: master Date: Sun, 29 Sep 2019 19:22:43 +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: cdb84ca8-f82f-4ecc-90ea-7dfeac1d6324 X-Archives-Hash: a88ba20e47fa99117aa9f4c60dce9fc8 commit: 912078ed8d283c1a051deeab77e96e1e343fa0a4 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Sep 29 19:22:23 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Sep 29 19:22:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912078ed dev-libs/rlottie: keyworded 0.0.1_pre20190920 for ia64, bug #695268 Package-Manager: Portage-2.3.76, Repoman-2.3.17 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/rlottie/rlottie-0.0.1_pre20190920.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/rlottie/rlottie-0.0.1_pre20190920.ebuild b/dev-libs/rlottie/rlottie-0.0.1_pre20190920.ebuild index 97935859629..24a7d66d956 100644 --- a/dev-libs/rlottie/rlottie-0.0.1_pre20190920.ebuild +++ b/dev-libs/rlottie/rlottie-0.0.1_pre20190920.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 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )"