Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/openbabel/
Date: Mon, 07 Sep 2020 08:55:10
Message-Id: 1599468828.a89df46a4176b48ca7f1bd4f9158d7291aeba432.soap@gentoo
1 commit: a89df46a4176b48ca7f1bd4f9158d7291aeba432
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 7 08:53:48 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 7 08:53:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a89df46a
7
8 sci-chemistry/openbabel: Inherit optfeature.eclass
9
10 Package-Manager: Portage-3.0.5, Repoman-3.0.1
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sci-chemistry/openbabel/openbabel-2.4.1-r1.ebuild | 2 +-
14 sci-chemistry/openbabel/openbabel-2.4.1.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-chemistry/openbabel/openbabel-2.4.1-r1.ebuild b/sci-chemistry/openbabel/openbabel-2.4.1-r1.ebuild
18 index febff8ef60c..02f4b074850 100644
19 --- a/sci-chemistry/openbabel/openbabel-2.4.1-r1.ebuild
20 +++ b/sci-chemistry/openbabel/openbabel-2.4.1-r1.ebuild
21 @@ -4,7 +4,7 @@
22 EAPI=7
23 WX_GTK_VER="3.0"
24
25 -inherit cmake-utils desktop eutils toolchain-funcs wxwidgets
26 +inherit cmake-utils desktop optfeature toolchain-funcs wxwidgets
27
28 DESCRIPTION="Interconverts file formats used in molecular modeling"
29 HOMEPAGE="http://openbabel.org/wiki/Main_Page"
30
31 diff --git a/sci-chemistry/openbabel/openbabel-2.4.1.ebuild b/sci-chemistry/openbabel/openbabel-2.4.1.ebuild
32 index 410d0c89fe0..6f60a5ab135 100644
33 --- a/sci-chemistry/openbabel/openbabel-2.4.1.ebuild
34 +++ b/sci-chemistry/openbabel/openbabel-2.4.1.ebuild
35 @@ -5,7 +5,7 @@ EAPI=6
36
37 WX_GTK_VER="3.0"
38
39 -inherit cmake-utils eutils toolchain-funcs wxwidgets
40 +inherit cmake-utils optfeature toolchain-funcs wxwidgets
41
42 DESCRIPTION="Interconverts file formats used in molecular modeling"
43 HOMEPAGE="http://openbabel.sourceforge.net/"