diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-04-13 12:10:39 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-04-13 12:10:39 +0000 |
commit | af6b0a03ee6787a645b69241644dda64b113a229 (patch) | |
tree | c46837f45e07f519e3a6d67f2a0c428898f57e64 /dev-tcltk/tkpng/tkpng-0.9.ebuild | |
parent | stable x86, bug 312877 (diff) | |
download | historical-af6b0a03ee6787a645b69241644dda64b113a229.tar.gz historical-af6b0a03ee6787a645b69241644dda64b113a229.tar.bz2 historical-af6b0a03ee6787a645b69241644dda64b113a229.zip |
Restrict test, as the test suite is not shipped, #314973
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-tcltk/tkpng/tkpng-0.9.ebuild')
-rw-r--r-- | dev-tcltk/tkpng/tkpng-0.9.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-tcltk/tkpng/tkpng-0.9.ebuild b/dev-tcltk/tkpng/tkpng-0.9.ebuild index 720efd8d4e95..54b953031bd0 100644 --- a/dev-tcltk/tkpng/tkpng-0.9.ebuild +++ b/dev-tcltk/tkpng/tkpng-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkpng/tkpng-0.9.ebuild,v 1.1 2010/04/02 06:54:44 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkpng/tkpng-0.9.ebuild,v 1.2 2010/04/13 12:10:39 jlec Exp $ EAPI="3" @@ -21,6 +21,9 @@ RDEPEND=" sys-libs/zlib" DEPEND="${RDEPEND}" +# test target in Makefile, but test not shipped +RESTRICT="test" + S="${WORKDIR}"/${MY_P} src_configure() { |