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 B3A1013835B for ; Mon, 7 Sep 2020 08:55:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9A7BE0961; Mon, 7 Sep 2020 08:55:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C21F4E0961 for ; Mon, 7 Sep 2020 08:55:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4F04335D8B for ; Mon, 7 Sep 2020 08:55:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FF2D352 for ; Mon, 7 Sep 2020 08:55:07 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1599468828.a89df46a4176b48ca7f1bd4f9158d7291aeba432.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/openbabel/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/openbabel/openbabel-2.4.1-r1.ebuild sci-chemistry/openbabel/openbabel-2.4.1.ebuild X-VCS-Directories: sci-chemistry/openbabel/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a89df46a4176b48ca7f1bd4f9158d7291aeba432 X-VCS-Branch: master Date: Mon, 7 Sep 2020 08:55:07 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 87b0da64-f6a6-44af-9bd8-8ab35ff34a22 X-Archives-Hash: afacd8b25d80cd3eabb41ce8bb21c33c commit: a89df46a4176b48ca7f1bd4f9158d7291aeba432 Author: David Seifert gentoo org> AuthorDate: Mon Sep 7 08:53:48 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Sep 7 08:53:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a89df46a sci-chemistry/openbabel: Inherit optfeature.eclass Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: David Seifert gentoo.org> sci-chemistry/openbabel/openbabel-2.4.1-r1.ebuild | 2 +- sci-chemistry/openbabel/openbabel-2.4.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/openbabel/openbabel-2.4.1-r1.ebuild b/sci-chemistry/openbabel/openbabel-2.4.1-r1.ebuild index febff8ef60c..02f4b074850 100644 --- a/sci-chemistry/openbabel/openbabel-2.4.1-r1.ebuild +++ b/sci-chemistry/openbabel/openbabel-2.4.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 WX_GTK_VER="3.0" -inherit cmake-utils desktop eutils toolchain-funcs wxwidgets +inherit cmake-utils desktop optfeature toolchain-funcs wxwidgets DESCRIPTION="Interconverts file formats used in molecular modeling" HOMEPAGE="http://openbabel.org/wiki/Main_Page" diff --git a/sci-chemistry/openbabel/openbabel-2.4.1.ebuild b/sci-chemistry/openbabel/openbabel-2.4.1.ebuild index 410d0c89fe0..6f60a5ab135 100644 --- a/sci-chemistry/openbabel/openbabel-2.4.1.ebuild +++ b/sci-chemistry/openbabel/openbabel-2.4.1.ebuild @@ -5,7 +5,7 @@ EAPI=6 WX_GTK_VER="3.0" -inherit cmake-utils eutils toolchain-funcs wxwidgets +inherit cmake-utils optfeature toolchain-funcs wxwidgets DESCRIPTION="Interconverts file formats used in molecular modeling" HOMEPAGE="http://openbabel.sourceforge.net/"