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 596B81382C5 for ; Wed, 28 Mar 2018 22:42:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24EB5E09B5; Wed, 28 Mar 2018 22:41:54 +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 E89B6E09B6 for ; Wed, 28 Mar 2018 22:41:53 +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 E86A6335CF6 for ; Wed, 28 Mar 2018 22:41:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 326B4287 for ; Wed, 28 Mar 2018 22:41:49 +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: <1522276894.0bd91c9c4f8d53d3813613887823fdfc780cc93a.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mjpegtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mjpegtools/mjpegtools-2.1.0-r3.ebuild X-VCS-Directories: media-video/mjpegtools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 0bd91c9c4f8d53d3813613887823fdfc780cc93a X-VCS-Branch: master Date: Wed, 28 Mar 2018 22:41:49 +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: e706608f-f04a-4cfb-9f75-cdad8e732429 X-Archives-Hash: 1262a51b05d968755afb334f44379319 commit: 0bd91c9c4f8d53d3813613887823fdfc780cc93a Author: Matt Turner gentoo org> AuthorDate: Wed Mar 28 22:41:34 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Mar 28 22:41:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bd91c9c media-video/mjpegtools-2.1.0-r3: added ~mips media-video/mjpegtools/mjpegtools-2.1.0-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/mjpegtools/mjpegtools-2.1.0-r3.ebuild b/media-video/mjpegtools/mjpegtools-2.1.0-r3.ebuild index 5817ec12981..2a79372d49c 100644 --- a/media-video/mjpegtools/mjpegtools-2.1.0-r3.ebuild +++ b/media-video/mjpegtools/mjpegtools-2.1.0-r3.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/mjpeg/${P}.tar.gz" LICENSE="GPL-2" SLOT="1" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="dv gtk cpu_flags_x86_mmx png quicktime sdl sdlgfx static-libs" REQUIRED_USE="sdlgfx? ( sdl )"