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 7CCB7139085 for ; Thu, 29 Dec 2016 03:03:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FCBA21C038; Thu, 29 Dec 2016 03:03:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 823C821C038 for ; Thu, 29 Dec 2016 03:03:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B6B334164B for ; Thu, 29 Dec 2016 03:03:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4124724E2 for ; Thu, 29 Dec 2016 03:03:33 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1482980598.78565a031c00990aae471d53813f5dab03e08444.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/guvcview/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/guvcview/guvcview-2.0.3.ebuild X-VCS-Directories: media-video/guvcview/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 78565a031c00990aae471d53813f5dab03e08444 X-VCS-Branch: master Date: Thu, 29 Dec 2016 03:03:33 +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: 5fa25aa7-c00d-4fa7-91d8-5fc46d1d06c5 X-Archives-Hash: 4356c62d9c7878fae9c75afe74f27ce3 commit: 78565a031c00990aae471d53813f5dab03e08444 Author: Aaron Bauman gentoo org> AuthorDate: Thu Dec 29 03:03:18 2016 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Dec 29 03:03:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78565a03 media-video/guvcview: amd64 wrt bug #576144. Fix copyright media-video/guvcview/guvcview-2.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/guvcview/guvcview-2.0.3.ebuild b/media-video/guvcview/guvcview-2.0.3.ebuild index 362eced..d8ae59b 100644 --- a/media-video/guvcview/guvcview-2.0.3.ebuild +++ b/media-video/guvcview/guvcview-2.0.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="gsl libav pulseaudio qt5" RDEPEND=">=dev-libs/glib-2.10