dev-python/setuptools_scm: Stabilize 3.5.0 ALLARCHES

Closes: https://bugs.gentoo.org/714510
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-03-29 09:56:31 +02:00
parent e3941ed6cc
commit d04fbf9df7
2 changed files with 1 additions and 4 deletions

View File

@@ -11,7 +11,4 @@
<remote-id type="bitbucket">pypa/setuptools_scm</remote-id>
<remote-id type="github">pypa/setuptools_scm</remote-id>
</upstream>
<use>
<flag name="mercurial">Enables mercurial backend</flag>
</use>
</pkgmetadata>

View File

@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE="test"
RESTRICT="!test? ( test )"