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 B5575138335 for ; Tue, 9 Apr 2019 14:36:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7FD9E082D; Tue, 9 Apr 2019 14:36:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 82637E082D for ; Tue, 9 Apr 2019 14:36:06 +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 11945335D04 for ; Tue, 9 Apr 2019 14:36:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FAFA549 for ; Tue, 9 Apr 2019 14:36:03 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1554820559.4a01d9648a6f6208c3f578f5f4649b0a9da25b86.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libv4l/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libv4l/libv4l-1.16.3.ebuild X-VCS-Directories: media-libs/libv4l/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 4a01d9648a6f6208c3f578f5f4649b0a9da25b86 X-VCS-Branch: master Date: Tue, 9 Apr 2019 14:36:03 +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: 15c2e627-0e44-462b-ad0a-142bbdd0db80 X-Archives-Hash: 93f3974e3d1ca830732177ed66f0e02b commit: 4a01d9648a6f6208c3f578f5f4649b0a9da25b86 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Apr 9 14:35:23 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Apr 9 14:35:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a01d964 media-libs/libv4l: amd64 stable wrt bug #682892 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" media-libs/libv4l/libv4l-1.16.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libv4l/libv4l-1.16.3.ebuild b/media-libs/libv4l/libv4l-1.16.3.ebuild index d8b2b4de598..fbc183fbca7 100644 --- a/media-libs/libv4l/libv4l-1.16.3.ebuild +++ b/media-libs/libv4l/libv4l-1.16.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://linuxtv.org/downloads/v4l-utils/${MY_P}.tar.bz2" LICENSE="LGPL-2.1+" SLOT="0/0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="jpeg" RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] )