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 39E0C1382C5 for ; Tue, 17 Apr 2018 20:25:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 254EAE0A94; Tue, 17 Apr 2018 20:25:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F4066E0A94 for ; Tue, 17 Apr 2018 20:25:54 +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 98C35335C59 for ; Tue, 17 Apr 2018 20:25:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D49228F for ; Tue, 17 Apr 2018 20:25:51 +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: <1523996734.cba6e37aeb123daf38678d90bb2fd26b2d5a599a.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/ghemical/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/ghemical/ghemical-3.0.0.ebuild X-VCS-Directories: sci-chemistry/ghemical/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: cba6e37aeb123daf38678d90bb2fd26b2d5a599a X-VCS-Branch: master Date: Tue, 17 Apr 2018 20:25:51 +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-Archives-Salt: 4e205688-0623-448d-8a5a-8c54dd2434e3 X-Archives-Hash: 6f16901461624615fa56e1fcd63c117d commit: cba6e37aeb123daf38678d90bb2fd26b2d5a599a Author: David Seifert gentoo org> AuthorDate: Tue Apr 17 09:54:25 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Apr 17 20:25:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba6e37a sci-chemistry/ghemical: Drop stable keywords Package-Manager: Portage-2.3.29, Repoman-2.3.9 sci-chemistry/ghemical/ghemical-3.0.0.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-chemistry/ghemical/ghemical-3.0.0.ebuild b/sci-chemistry/ghemical/ghemical-3.0.0.ebuild index ed816b7a549..5704b7df145 100644 --- a/sci-chemistry/ghemical/ghemical-3.0.0.ebuild +++ b/sci-chemistry/ghemical/ghemical-3.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils +inherit autotools desktop DESCRIPTION="Chemical quantum mechanics and molecular mechanics" HOMEPAGE="http://bioinformatics.org/ghemical/" @@ -11,7 +11,7 @@ SRC_URI="http://bioinformatics.org/ghemical/download/current/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="openbabel seamonkey threads" RDEPEND=" @@ -36,9 +36,9 @@ src_prepare() { } src_configure() { -# With amd64, if you want gamess I recommend adding gamess and gtk-gamess to package.provided for now. + # With amd64, if you want gamess I recommend adding gamess and gtk-gamess to package.provided for now. -# Change the built-in help browser. + # Change the built-in help browser. if use seamonkey ; then sed -i -e 's|mozilla|seamonkey|g' src/gtk_app.cpp || die "sed failed for seamonkey!" else