summaryrefslogtreecommitdiff
path: root/dev-python/towncrier
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/towncrier')
-rw-r--r--dev-python/towncrier/towncrier-19.2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/towncrier/towncrier-19.2.0.ebuild b/dev-python/towncrier/towncrier-19.2.0.ebuild
index e8b9618f2c48..5a176a2ba2f5 100644
--- a/dev-python/towncrier/towncrier-19.2.0.ebuild
+++ b/dev-python/towncrier/towncrier-19.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/twisted/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
IUSE="test"
RDEPEND="
@@ -32,7 +32,7 @@ BDEPEND="
RESTRICT="!test? ( test )"
python_test() {
- distutils_install_for_testing
+ distutils_install_for_testing --via-root
trial towncrier || die "tests failed with ${EPYTHON}"
}