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 007B4139088 for ; Tue, 20 Dec 2016 14:30:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A6DF21C23F; Tue, 20 Dec 2016 14:30:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DA2421C241 for ; Tue, 20 Dec 2016 14:30:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2142734125C for ; Tue, 20 Dec 2016 14:30:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D65924E4 for ; Tue, 20 Dec 2016 14:30:38 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1482244203.ea708cee5a6aea9fb952a06c2195df8f3e621ff4.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-xtp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild X-VCS-Directories: sci-chemistry/votca-xtp/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: ea708cee5a6aea9fb952a06c2195df8f3e621ff4 X-VCS-Branch: master Date: Tue, 20 Dec 2016 14:30:38 +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: e6b4ef2c-0a0c-431d-87c0-ecd5e9328678 X-Archives-Hash: 5c05585666f87719a8d7f10b78d52860 commit: ea708cee5a6aea9fb952a06c2195df8f3e621ff4 Author: Tobias Klausmann gentoo org> AuthorDate: Tue Dec 20 14:08:52 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Dec 20 14:30:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea708cee sci-chemistry/votca-xtp-1.4-r0: stable on amd64 Gentoo-Bug: 591702 sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild b/sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild index 8314ba0..d64c292 100644 --- a/sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild +++ b/sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild @@ -12,12 +12,12 @@ IUSE="doc" if [ "${PV}" != "9999" ]; then SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz doc? ( https://github.com/${PN/-//}/releases/download/v${PV}/${PN}-manual-${PV}.pdf )" - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos" + KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-macos" S="${WORKDIR}/${P#votca-}" else inherit git-r3 EGIT_REPO_URI="git://github.com/${PN/-//}.git https://github.com/${PN/-//}.git" - KEYWORDS="" + KEYWORDS="amd64" fi DESCRIPTION="Votca excitation and charge properties module"