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 EA0B91382C5 for ; Sun, 10 Jan 2021 18:31:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 462FEE0AB5; Sun, 10 Jan 2021 18:31:59 +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 2925AE0AB5 for ; Sun, 10 Jan 2021 18:31:59 +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 26B4933BE07 for ; Sun, 10 Jan 2021 18:31:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7181309 for ; Sun, 10 Jan 2021 18:31:56 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1610303491.03c674a1d8451db202e753e57e936c270abc2bbf.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/module2/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/module2/module2-0_pre20140717.ebuild X-VCS-Directories: sci-chemistry/module2/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 03c674a1d8451db202e753e57e936c270abc2bbf X-VCS-Branch: master Date: Sun, 10 Jan 2021 18:31:56 +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: 4813bd94-76ca-421b-a33e-ade5469cc400 X-Archives-Hash: fd264c1bf0682dbd51dfaf200f381d9f commit: 03c674a1d8451db202e753e57e936c270abc2bbf Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Jan 10 18:31:31 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Jan 10 18:31:31 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=03c674a1 sci-chemistry/module2: motif dependency is no longer slotted Signed-off-by: Andrew Ammerlaan riseup.net> sci-chemistry/module2/module2-0_pre20140717.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/sci-chemistry/module2/module2-0_pre20140717.ebuild b/sci-chemistry/module2/module2-0_pre20140717.ebuild index 894de6662..b7d7c757c 100644 --- a/sci-chemistry/module2/module2-0_pre20140717.ebuild +++ b/sci-chemistry/module2/module2-0_pre20140717.ebuild @@ -1,9 +1,7 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -# inherit +EAPI=7 DESCRIPTION="Residual dipolar coupling and residual chemical shift analysis software" HOMEPAGE="http://www.ibs.fr/science-213/scientific-output/software/module/?lang=en" @@ -12,10 +10,9 @@ SRC_URI="MODULE2.tar.gz" SLOT="0" LICENSE="all-rights-reserved" KEYWORDS="" -IUSE="" RDEPEND=" - x11-libs/motif:2.2[abi_x86_32(-)] + x11-libs/motif[abi_x86_32(-)] x11-libs/libX11[abi_x86_32(-)] x11-libs/libXext[abi_x86_32(-)] x11-libs/libXpm[abi_x86_32(-)]