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-libs/opensubdiv/
Date: Fri, 30 Mar 2018 16:04:37
Message-Id: 1522425848.3fbcb778a0b1252341532a73d47c7c6ac069f3fe.bman@gentoo
1 commit: 3fbcb778a0b1252341532a73d47c7c6ac069f3fe
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 30 15:37:18 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 16:04:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fbcb778
7
8 media-libs/opensubdiv: amd64 stable
9
10 Bug: https://bugs.gentoo.org/639806
11 Package-Manager: Portage-2.3.26, Repoman-2.3.7
12
13 media-libs/opensubdiv/opensubdiv-3.3.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/opensubdiv/opensubdiv-3.3.0.ebuild b/media-libs/opensubdiv/opensubdiv-3.3.0.ebuild
17 index f34298cd596..31007283c41 100644
18 --- a/media-libs/opensubdiv/opensubdiv-3.3.0.ebuild
19 +++ b/media-libs/opensubdiv/opensubdiv-3.3.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v${MY_PV}.t
27
28 LICENSE="ZLIB"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~x86"
31 +KEYWORDS="amd64 ~x86"
32 IUSE="cuda doc opencl openmp ptex tbb"
33
34 RDEPEND="media-libs/glew:=