diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-02-07 11:18:36 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-02-07 11:18:36 +0000 |
commit | c88334ecd373354ae53bbb783547322a585721c0 (patch) | |
tree | 2e6d146efcf23640167fe28b73872d0d74b956cf /dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.96.ebuild | |
parent | Version bump for secuity bug #81035 (diff) | |
download | gentoo-2-c88334ecd373354ae53bbb783547322a585721c0.tar.gz gentoo-2-c88334ecd373354ae53bbb783547322a585721c0.tar.bz2 gentoo-2-c88334ecd373354ae53bbb783547322a585721c0.zip |
bug 56541, tests disabled
Diffstat (limited to 'dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.96.ebuild')
-rw-r--r-- | dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.96.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.96.ebuild b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.96.ebuild index 2df0ace898b1..23761d659b9b 100644 --- a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.96.ebuild +++ b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.96.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.96.ebuild,v 1.5 2005/01/04 13:17:03 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.96.ebuild,v 1.6 2005/02/07 11:18:36 mcummings Exp $ inherit perl-module @@ -10,9 +10,12 @@ HOMEPAGE="http://search.cpan.org/~behroozi/${P}/" LICENSE="Artistic" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~amd64 ~ia64 ~s390 ppc64" +KEYWORDS="x86 ~ppc ~sparc ~mips ~alpha ~arm ~amd64 ~ia64 ~s390 ppc64" IUSE="" -SRC_TEST="do" +# Disabled because the tests conflict with other services already running on the +# desired ports -and who wants to write a patch to try and locate a free prot +# range just for this? +#SRC_TEST="do" DEPEND="dev-perl/Net-SSLeay" |