summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-28 12:53:13 +0100
committerSam James <sam@gentoo.org>2021-03-28 13:16:53 +0100
commitf5d9277f550fccb1109b81c3f4394c12b3342526 (patch)
treee3eb7a3baf6c06c4b03552fad97a6aac14ced91d /dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild
parentdev-util/scons: Remove old (diff)
downloadgentoo-f5d9277f550fccb1109b81c3f4394c12b3342526.tar.gz
gentoo-f5d9277f550fccb1109b81c3f4394c12b3342526.tar.bz2
gentoo-f5d9277f550fccb1109b81c3f4394c12b3342526.zip
dev-python/setuptools-git: fix ~x64-macos keyword
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild')
-rw-r--r--dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild b/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild
index d79b23d8516d..0c2176168d14 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2-r2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2-r2.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
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-macos"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-vcs/git"