diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:57:47 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:57:47 +0100 |
commit | 731101fe02a638f1fe8bfe2fb9fd49915596ff6a (patch) | |
tree | 533d24a196b637d39f7cd893844aa4a625b26484 /dev-python/cycler | |
parent | dev-python/configobj: drop x86-macos (diff) | |
download | gentoo-731101fe02a638f1fe8bfe2fb9fd49915596ff6a.tar.gz gentoo-731101fe02a638f1fe8bfe2fb9fd49915596ff6a.tar.bz2 gentoo-731101fe02a638f1fe8bfe2fb9fd49915596ff6a.zip |
dev-python/cycler: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-python/cycler')
-rw-r--r-- | dev-python/cycler/cycler-0.10.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cycler/cycler-0.10.0-r1.ebuild b/dev-python/cycler/cycler-0.10.0-r1.ebuild index 1672d652ce2a..969aa63773a7 100644 --- a/dev-python/cycler/cycler-0.10.0-r1.ebuild +++ b/dev-python/cycler/cycler-0.10.0-r1.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 @@ -20,7 +20,7 @@ SRC_URI=" SLOT="0" LICENSE="BSD" -KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" RDEPEND="dev-python/six[${PYTHON_USEDEP}]" |