Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openvdb/
Date: Sun, 31 Oct 2021 02:21:03
Message-Id: 1635646846.e38fd5526bed59b0abdafee9c1a24f91c9c38011.sam@gentoo
1 commit: e38fd5526bed59b0abdafee9c1a24f91c9c38011
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 02:20:46 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 02:20:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e38fd552
7
8 media-gfx/openvdb: drop flag-o-matic
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-gfx/openvdb/openvdb-8.1.0.ebuild | 2 +-
13 media-gfx/openvdb/openvdb-9.0.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-gfx/openvdb/openvdb-8.1.0.ebuild b/media-gfx/openvdb/openvdb-8.1.0.ebuild
17 index edb2dbf32ae..938da1dc739 100644
18 --- a/media-gfx/openvdb/openvdb-8.1.0.ebuild
19 +++ b/media-gfx/openvdb/openvdb-8.1.0.ebuild
20 @@ -5,7 +5,7 @@ EAPI=7
21
22 PYTHON_COMPAT=( python3_{8,9,10} )
23
24 -inherit cmake flag-o-matic python-single-r1
25 +inherit cmake python-single-r1
26
27 DESCRIPTION="Library for the efficient manipulation of volumetric data"
28 HOMEPAGE="https://www.openvdb.org"
29
30 diff --git a/media-gfx/openvdb/openvdb-9.0.0.ebuild b/media-gfx/openvdb/openvdb-9.0.0.ebuild
31 index 314953dd8cf..d25bab6b111 100644
32 --- a/media-gfx/openvdb/openvdb-9.0.0.ebuild
33 +++ b/media-gfx/openvdb/openvdb-9.0.0.ebuild
34 @@ -5,7 +5,7 @@ EAPI=7
35
36 PYTHON_COMPAT=( python3_{8,9,10} )
37
38 -inherit cmake flag-o-matic python-single-r1
39 +inherit cmake python-single-r1
40
41 DESCRIPTION="Library for the efficient manipulation of volumetric data"
42 HOMEPAGE="https://www.openvdb.org"