diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:10:31 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:10:31 +0100 |
commit | e32717a5652330dc5209f574e86e51b8179e07d2 (patch) | |
tree | cfcfc56fe9082575bac2dcdca1668433b85994b2 /sci-chemistry/votca-csgapps/votca-csgapps-1.6.ebuild | |
parent | sci-chemistry/votca-csg: drop x86-macos (diff) | |
download | gentoo-e32717a5652330dc5209f574e86e51b8179e07d2.tar.gz gentoo-e32717a5652330dc5209f574e86e51b8179e07d2.tar.bz2 gentoo-e32717a5652330dc5209f574e86e51b8179e07d2.zip |
sci-chemistry/votca-csgapps: 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-csgapps/votca-csgapps-1.6.ebuild')
-rw-r--r-- | sci-chemistry/votca-csgapps/votca-csgapps-1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.6.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-1.6.ebuild index c39800ede650..b074e6004b39 100644 --- a/sci-chemistry/votca-csgapps/votca-csgapps-1.6.ebuild +++ b/sci-chemistry/votca-csgapps/votca-csgapps-1.6.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 @@ -9,7 +9,7 @@ inherit cmake-utils 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 |