diff options
author | Marc Schiffbauer <mschiff@gentoo.org> | 2012-07-04 23:39:51 +0000 |
---|---|---|
committer | Marc Schiffbauer <mschiff@gentoo.org> | 2012-07-04 23:39:51 +0000 |
commit | 2b8498f1c2c503f21c98dec543111ce6c68c3d8d (patch) | |
tree | a0393370464fa435d816f5ab5fa7dd064b8942db /dev-python/ttystatus | |
parent | Version bump. (diff) | |
download | gentoo-2-2b8498f1c2c503f21c98dec543111ce6c68c3d8d.tar.gz gentoo-2-2b8498f1c2c503f21c98dec543111ce6c68c3d8d.tar.bz2 gentoo-2-2b8498f1c2c503f21c98dec543111ce6c68c3d8d.zip |
Restrict test for now
(Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/ttystatus')
-rw-r--r-- | dev-python/ttystatus/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/ttystatus/ttystatus-0.18.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/ttystatus/ChangeLog b/dev-python/ttystatus/ChangeLog index 1f58c33c9ed0..9791876829dc 100644 --- a/dev-python/ttystatus/ChangeLog +++ b/dev-python/ttystatus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/ttystatus # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ttystatus/ChangeLog,v 1.1 2012/06/15 10:18:46 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ttystatus/ChangeLog,v 1.2 2012/07/04 23:39:51 mschiff Exp $ + + 04 Jul 2012; Marc Schiffbauer <mschiff@gentoo.org> ttystatus-0.18.ebuild: + Restrict test for now *ttystatus-0.18 (15 Jun 2012) diff --git a/dev-python/ttystatus/ttystatus-0.18.ebuild b/dev-python/ttystatus/ttystatus-0.18.ebuild index ed779e156aa0..a091d458e0e4 100644 --- a/dev-python/ttystatus/ttystatus-0.18.ebuild +++ b/dev-python/ttystatus/ttystatus-0.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ttystatus/ttystatus-0.18.ebuild,v 1.1 2012/06/15 10:18:46 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ttystatus/ttystatus-0.18.ebuild,v 1.2 2012/07/04 23:39:51 mschiff Exp $ EAPI=4 @@ -16,6 +16,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +RESTRICT="test" pkg_setup() { python_set_active_version 2 |