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 5AAEB1382C5 for ; Mon, 2 Apr 2018 06:23:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E788EE0C4B; Mon, 2 Apr 2018 06:23:22 +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 BD5ABE0C40 for ; Mon, 2 Apr 2018 06:23:22 +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 601A833BEC2 for ; Mon, 2 Apr 2018 06:23:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 926C326F for ; Mon, 2 Apr 2018 06:23:19 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1522650178.13b9842a407c32b4704761f1883470011f99e1c3.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ilmbase/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/ilmbase/ilmbase-2.2.0-r1.ebuild X-VCS-Directories: media-libs/ilmbase/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 13b9842a407c32b4704761f1883470011f99e1c3 X-VCS-Branch: master Date: Mon, 2 Apr 2018 06:23:19 +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: 906a8301-155c-4d19-b236-9019ab4bb9ae X-Archives-Hash: 815f80ab34e47f83c001cf4fff925466 commit: 13b9842a407c32b4704761f1883470011f99e1c3 Author: Matt Turner gentoo org> AuthorDate: Mon Apr 2 06:22:58 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Apr 2 06:22:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13b9842a media-libs/ilmbase-2.2.0-r1: added ~mips media-libs/ilmbase/ilmbase-2.2.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/ilmbase/ilmbase-2.2.0-r1.ebuild b/media-libs/ilmbase/ilmbase-2.2.0-r1.ebuild index 0a6cf6cfa63..db5418878b6 100644 --- a/media-libs/ilmbase/ilmbase-2.2.0-r1.ebuild +++ b/media-libs/ilmbase/ilmbase-2.2.0-r1.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/openexr/${P}.tar.gz" LICENSE="BSD" SLOT="0/12" # based on SONAME -KEYWORDS="amd64 -arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" +KEYWORDS="amd64 -arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" IUSE="static-libs" DEPEND="virtual/pkgconfig[${MULTILIB_USEDEP}]"