diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-06-23 01:40:45 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-06-23 01:40:45 +0000 |
commit | 2bdf527df83e92ffe7d86e42e0c5d8ba749d2c80 (patch) | |
tree | 7675299fff4307a567b21c40a431f0381c138cbe /net-misc/curl | |
parent | Disallow test since it conflicts with sandbox #78278 (diff) | |
download | gentoo-2-2bdf527df83e92ffe7d86e42e0c5d8ba749d2c80.tar.gz gentoo-2-2bdf527df83e92ffe7d86e42e0c5d8ba749d2c80.tar.bz2 gentoo-2-2bdf527df83e92ffe7d86e42e0c5d8ba749d2c80.zip |
RESTRICT=maketest -> RESTRICT=test
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-misc/curl')
-rw-r--r-- | net-misc/curl/curl-7.12.0-r2.ebuild | 4 | ||||
-rw-r--r-- | net-misc/curl/curl-7.12.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/curl/curl-7.12.0-r2.ebuild b/net-misc/curl/curl-7.12.0-r2.ebuild index 641587066ce4..9072a0facbfd 100644 --- a/net-misc/curl/curl-7.12.0-r2.ebuild +++ b/net-misc/curl/curl-7.12.0-r2.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.12.0-r2.ebuild,v 1.10 2005/02/05 11:07:39 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.12.0-r2.ebuild,v 1.11 2005/06/23 01:40:45 agriffis Exp $ # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl! @@ -18,7 +18,7 @@ IUSE="ssl ipv6 ldap" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6a ) ldap? ( net-nds/openldap )" -RESTRICT="maketest" +RESTRICT="test" src_unpack() { unpack ${A} diff --git a/net-misc/curl/curl-7.12.3.ebuild b/net-misc/curl/curl-7.12.3.ebuild index ddfe31050d6b..b23a5874e47f 100644 --- a/net-misc/curl/curl-7.12.3.ebuild +++ b/net-misc/curl/curl-7.12.3.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.12.3.ebuild,v 1.1 2005/01/13 16:52:53 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.12.3.ebuild,v 1.2 2005/06/23 01:40:45 agriffis Exp $ # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl! @@ -18,7 +18,7 @@ IUSE="ssl ipv6 ldap" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6a ) ldap? ( net-nds/openldap )" -RESTRICT="maketest" +RESTRICT="test" src_compile() { econf \ |