diff options
author | Patrick Lauer <patrick@gentoo.org> | 2020-06-25 09:29:23 +0200 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2020-06-25 09:29:23 +0200 |
commit | bfd18bbee8d985bc5b2d18493777c619f93725d7 (patch) | |
tree | 17ca17e573812c1352fa7f21466ff8e7040e505c /dev-db/pgxnclient | |
parent | kde-plasma/libksysguard: Drop superfluous IUSE=minimal (diff) | |
download | gentoo-bfd18bbee8d985bc5b2d18493777c619f93725d7.tar.gz gentoo-bfd18bbee8d985bc5b2d18493777c619f93725d7.tar.bz2 gentoo-bfd18bbee8d985bc5b2d18493777c619f93725d7.zip |
dev-db/pgxnclient: Properly disable tests
Fixes #729490
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'dev-db/pgxnclient')
-rw-r--r-- | dev-db/pgxnclient/pgxnclient-1.3-r2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-db/pgxnclient/pgxnclient-1.3-r2.ebuild b/dev-db/pgxnclient/pgxnclient-1.3-r2.ebuild index cdfc06d4a448..4af1585476da 100644 --- a/dev-db/pgxnclient/pgxnclient-1.3-r2.ebuild +++ b/dev-db/pgxnclient/pgxnclient-1.3-r2.ebuild @@ -3,6 +3,7 @@ EAPI=7 +RESTRICT="test" PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 |