diff options
author | 2015-02-20 08:51:20 +0000 | |
---|---|---|
committer | 2015-02-20 08:51:20 +0000 | |
commit | 9c49ea7327c5962623447875548248928fcd157a (patch) | |
tree | 0b83bb07aa1e57ea5b9f0333549ca2aa82c2174a /app-admin | |
parent | Move qpdfview use mask to correct file (diff) | |
download | gentoo-2-9c49ea7327c5962623447875548248928fcd157a.tar.gz gentoo-2-9c49ea7327c5962623447875548248928fcd157a.tar.bz2 gentoo-2-9c49ea7327c5962623447875548248928fcd157a.zip |
Restrict tests that never worked
(Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/webapp-config/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/webapp-config/webapp-config-1.53-r2.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-admin/webapp-config/ChangeLog b/app-admin/webapp-config/ChangeLog index b84e5618a139..e4ee456ef78c 100644 --- a/app-admin/webapp-config/ChangeLog +++ b/app-admin/webapp-config/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/webapp-config -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.120 2014/12/28 22:24:40 twitch153 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.121 2015/02/20 08:51:20 patrick Exp $ + + 20 Feb 2015; Patrick Lauer <patrick@gentoo.org> webapp-config-1.53-r2.ebuild: + Restrict tests that never worked *webapp-config-1.53-r2 (28 Dec 2014) diff --git a/app-admin/webapp-config/webapp-config-1.53-r2.ebuild b/app-admin/webapp-config/webapp-config-1.53-r2.ebuild index d4a7b1317e23..edff4d02d14b 100644 --- a/app-admin/webapp-config/webapp-config-1.53-r2.ebuild +++ b/app-admin/webapp-config/webapp-config-1.53-r2.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.53-r2.ebuild,v 1.1 2014/12/28 22:24:40 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.53-r2.ebuild,v 1.2 2015/02/20 08:51:20 patrick Exp $ EAPI="5" +RESTRICT="test" + PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 |