summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2021-01-06 16:10:49 +0100
committerFabian Groffen <grobian@gentoo.org>2021-01-06 16:10:49 +0100
commitee6ceb8056cd0377e5b9bcf66e2c9a29eccfd0a8 (patch)
tree66ec8b07b35b0701c40b56647715ae82b70468c6 /sci-chemistry/votca-xtp/votca-xtp-1.6.1.ebuild
parentsci-chemistry/votca-ctp: drop x86-macos (diff)
downloadgentoo-ee6ceb8056cd0377e5b9bcf66e2c9a29eccfd0a8.tar.gz
gentoo-ee6ceb8056cd0377e5b9bcf66e2c9a29eccfd0a8.tar.bz2
gentoo-ee6ceb8056cd0377e5b9bcf66e2c9a29eccfd0a8.zip
sci-chemistry/votca-xtp: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sci-chemistry/votca-xtp/votca-xtp-1.6.1.ebuild')
-rw-r--r--sci-chemistry/votca-xtp/votca-xtp-1.6.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/votca-xtp/votca-xtp-1.6.1.ebuild b/sci-chemistry/votca-xtp/votca-xtp-1.6.1.ebuild
index f617c9003e65..a77afb4d4bdf 100644
--- a/sci-chemistry/votca-xtp/votca-xtp-1.6.1.ebuild
+++ b/sci-chemistry/votca-xtp/votca-xtp-1.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ inherit bash-completion-r1 cmake-utils multilib
IUSE=""
if [ "${PV}" != "9999" ]; then
SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
+ KEYWORDS="~amd64 ~x86 ~amd64-linux"
S="${WORKDIR}/${P#votca-}"
else
inherit git-r3