diff options
author | Alastair Tse <liquidx@gentoo.org> | 2005-03-16 11:21:41 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2005-03-16 11:21:41 +0000 |
commit | ad6b48e96d9995abd67b0ae5e9abe33d835e314e (patch) | |
tree | 139d77b70a284c0f0f5e608fb3c4bec03c71a689 /net-misc/curl | |
parent | Revision bump; updated patch with fixes from Juraj Hercek in bug 81247. (diff) | |
download | historical-ad6b48e96d9995abd67b0ae5e9abe33d835e314e.tar.gz historical-ad6b48e96d9995abd67b0ae5e9abe33d835e314e.tar.bz2 historical-ad6b48e96d9995abd67b0ae5e9abe33d835e314e.zip |
disabling src_test (#85403)
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-misc/curl')
-rw-r--r-- | net-misc/curl/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/curl/curl-7.13.1.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-misc/curl/ChangeLog b/net-misc/curl/ChangeLog index bdf25bda8d27..b05f1e9d39bc 100644 --- a/net-misc/curl/ChangeLog +++ b/net-misc/curl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/curl # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.28 2005/03/13 08:06:52 hardave Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.29 2005/03/16 11:21:41 liquidx Exp $ + + 16 Mar 2005; Alastair Tse <liquidx@gentoo.org> curl-7.13.1.ebuild: + disabling src_test (#85403) 13 Mar 2005; Hardave Riar <hardave@gentoo.org> curl-7.13.1.ebuild: Stable on mips, bug #82534. diff --git a/net-misc/curl/curl-7.13.1.ebuild b/net-misc/curl/curl-7.13.1.ebuild index 77b999b4f1df..41e7eb952878 100644 --- a/net-misc/curl/curl-7.13.1.ebuild +++ b/net-misc/curl/curl-7.13.1.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/net-misc/curl/curl-7.13.1.ebuild,v 1.9 2005/03/13 08:06:52 hardave Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.13.1.ebuild,v 1.10 2005/03/16 11:21:41 liquidx Exp $ # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl! @@ -14,7 +14,6 @@ LICENSE="MIT X11" SLOT="0" KEYWORDS="alpha amd64 arm hppa mips ppc ppc64 s390 sparc x86" IUSE="ssl ipv6 ldap" -RESTRICT="maketest" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6a ) ldap? ( net-nds/openldap )" @@ -36,6 +35,9 @@ src_compile() { || die emake || die } +src_test() { + return +} src_install() { make install DESTDIR="${D}" || die |