diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 23:28:18 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 23:28:18 +0100 |
commit | dc61a0af935f4febf462b3fcd36bc25f5d087413 (patch) | |
tree | f99545830dedded107bb6bd40ffd6f3afec29bbc /dev-python/wrapt | |
parent | dev-python/werkzeug: drop x86-macos (diff) | |
download | gentoo-dc61a0af935f4febf462b3fcd36bc25f5d087413.tar.gz gentoo-dc61a0af935f4febf462b3fcd36bc25f5d087413.tar.bz2 gentoo-dc61a0af935f4febf462b3fcd36bc25f5d087413.zip |
dev-python/wrapt: 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/wrapt')
-rw-r--r-- | dev-python/wrapt/wrapt-1.12.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/wrapt/wrapt-1.12.1.ebuild b/dev-python/wrapt/wrapt-1.12.1.ebuild index 962fa99da966..3b36060d6f42 100644 --- a/dev-python/wrapt/wrapt-1.12.1.ebuild +++ b/dev-python/wrapt/wrapt-1.12.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 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.t LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" distutils_enable_tests pytest distutils_enable_sphinx docs dev-python/sphinx_rtd_theme |