diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-06-18 15:54:39 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-06-18 15:55:34 +1000 |
commit | 6e062d789d69666ff1e576e23bda988657772feb (patch) | |
tree | 111571236545cc85a6acb8ec86dbdea02596892c /sys-apps/apparmor-utils | |
parent | x11-misc/albert: version bump 0.12.0 (diff) | |
download | gentoo-6e062d789d69666ff1e576e23bda988657772feb.tar.gz gentoo-6e062d789d69666ff1e576e23bda988657772feb.tar.bz2 gentoo-6e062d789d69666ff1e576e23bda988657772feb.zip |
sys-apps/apparmor-utils: restrict tests
As the ebuild is now, the test phase does nothing but dies. While attempting to
fix the test phase, I discovered that the tests attempt to call python2 while
this package has only python3 in PYTHON_COMPAT (because the scripts that are
actually installed are no longer python2-compatible). Python wrapper does not
allow this, so the test phase has to be restricted.
Gentoo-bug: 621844
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sys-apps/apparmor-utils')
-rw-r--r-- | sys-apps/apparmor-utils/apparmor-utils-2.11.0-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-apps/apparmor-utils/apparmor-utils-2.11.0-r1.ebuild b/sys-apps/apparmor-utils/apparmor-utils-2.11.0-r1.ebuild index 195fd9867494..9fa4c41e0093 100644 --- a/sys-apps/apparmor-utils/apparmor-utils-2.11.0-r1.ebuild +++ b/sys-apps/apparmor-utils/apparmor-utils-2.11.0-r1.ebuild @@ -18,6 +18,8 @@ KEYWORDS="~amd64" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +RESTRICT="test" + DEPEND="dev-lang/perl ${PYTHON_DEPS}" RDEPEND="${DEPEND} |