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 E181D1382C5 for ; Sat, 27 Mar 2021 16:07:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 443BFE0866; Sat, 27 Mar 2021 16:07:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 2B7A8E077F for ; Sat, 27 Mar 2021 16:07:35 +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 44219340DAF for ; Sat, 27 Mar 2021 16:07:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8F555D2 for ; Sat, 27 Mar 2021 16:07:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1616861219.9edc2d18ea59691eae1610c58849d170af40623c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-csg/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/votca-csg/votca-csg-1.6.4.ebuild X-VCS-Directories: sci-chemistry/votca-csg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9edc2d18ea59691eae1610c58849d170af40623c X-VCS-Branch: master Date: Sat, 27 Mar 2021 16:07:32 +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: 12e79b20-b3c7-4408-bcc6-052f09e2b132 X-Archives-Hash: 1ddda9ef11a81338c621d482eea11a25 commit: 9edc2d18ea59691eae1610c58849d170af40623c Author: Sam James gentoo org> AuthorDate: Sat Mar 27 16:06:59 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 27 16:06:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9edc2d18 sci-chemistry/votca-csg: Stabilize 1.6.4 amd64, #773175 Signed-off-by: Sam James gentoo.org> sci-chemistry/votca-csg/votca-csg-1.6.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/votca-csg/votca-csg-1.6.4.ebuild b/sci-chemistry/votca-csg/votca-csg-1.6.4.ebuild index 4a22a2fb766..54f02a8b2fa 100644 --- a/sci-chemistry/votca-csg/votca-csg-1.6.4.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-1.6.4.ebuild @@ -13,7 +13,7 @@ else SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz doc? ( https://github.com/${PN/-//}-manual/releases/download/v${PV}/${PN}-manual-${PV}.pdf ) examples? ( https://github.com/${PN/-//}-tutorials/archive/v${PV}.tar.gz -> ${PN}-tutorials-${PV}.tar.gz )" - KEYWORDS="~amd64 ~x86 ~amd64-linux" + KEYWORDS="amd64 ~x86 ~amd64-linux" S="${WORKDIR}/${P#votca-}" PDEPEND="extras? ( ~sci-chemistry/${PN}apps-${PV} )" fi