Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/guvcview/
Date: Thu, 29 Dec 2016 03:03:37
Message-Id: 1482980598.78565a031c00990aae471d53813f5dab03e08444.bman@gentoo
1 commit: 78565a031c00990aae471d53813f5dab03e08444
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 03:03:18 2016 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 03:03:18 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78565a03
7
8 media-video/guvcview: amd64 wrt bug #576144. Fix copyright
9
10 media-video/guvcview/guvcview-2.0.3.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/media-video/guvcview/guvcview-2.0.3.ebuild b/media-video/guvcview/guvcview-2.0.3.ebuild
14 index 362eced..d8ae59b 100644
15 --- a/media-video/guvcview/guvcview-2.0.3.ebuild
16 +++ b/media-video/guvcview/guvcview-2.0.3.ebuild
17 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
18
19 LICENSE="GPL-3"
20 SLOT="0"
21 -KEYWORDS="~amd64 ~x86"
22 +KEYWORDS="amd64 ~x86"
23 IUSE="gsl libav pulseaudio qt5"
24
25 RDEPEND=">=dev-libs/glib-2.10