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 1A17D138331 for ; Sat, 28 Apr 2018 17:40:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9EF7E0855; Sat, 28 Apr 2018 17:40:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C5A3CE0855 for ; Sat, 28 Apr 2018 17:40:23 +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 EF140335C94 for ; Sat, 28 Apr 2018 17:40:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65087287 for ; Sat, 28 Apr 2018 17:40:20 +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: <1524937201.49f52f7c261dc98501b2c6a864abc930d70a8c23.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libaom/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libaom/libaom-0_pre20180421.ebuild X-VCS-Directories: media-libs/libaom/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 49f52f7c261dc98501b2c6a864abc930d70a8c23 X-VCS-Branch: master Date: Sat, 28 Apr 2018 17:40:20 +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: 879d463c-0e5d-4e87-937b-1001fabb2abd X-Archives-Hash: 91deec4ac8da10e56f9235cd81445427 commit: 49f52f7c261dc98501b2c6a864abc930d70a8c23 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Apr 28 17:40:01 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Apr 28 17:40:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f52f7c media-libs/libaom: keyworded 0_pre20180421 for ia64, bug #653676 Bug: https://bugs.gentoo.org/653676 Package-Manager: Portage-2.3.31, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64" media-libs/libaom/libaom-0_pre20180421.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libaom/libaom-0_pre20180421.ebuild b/media-libs/libaom/libaom-0_pre20180421.ebuild index 6261a1ce7e7..1eaed06b472 100644 --- a/media-libs/libaom/libaom-0_pre20180421.ebuild +++ b/media-libs/libaom/libaom-0_pre20180421.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://aomedia.googlesource.com/aom" elif [[ ${PV} == *pre* ]]; then SRC_URI="mirror://gentoo/${P}.tar.xz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~ia64" S="${WORKDIR}/${PN}" fi