diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-06-06 06:22:32 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-06-06 06:22:32 +0000 |
commit | e16266905112b6f7c8dff33ab32a688adf12309b (patch) | |
tree | 4a288eb912d6850b6aba927363de154c5844dbdd /net-dialup | |
parent | shorter DESCRIPTION (diff) | |
download | gentoo-2-e16266905112b6f7c8dff33ab32a688adf12309b.tar.gz gentoo-2-e16266905112b6f7c8dff33ab32a688adf12309b.tar.bz2 gentoo-2-e16266905112b6f7c8dff33ab32a688adf12309b.zip |
restrict test instead maketest
(Portage version: 2.0.54-r2)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/linux-atm/linux-atm-2.4.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/linux-atm/linux-atm-2.4.1-r1.ebuild b/net-dialup/linux-atm/linux-atm-2.4.1-r1.ebuild index 759bf6e9d372..0cba77ac7120 100644 --- a/net-dialup/linux-atm/linux-atm-2.4.1-r1.ebuild +++ b/net-dialup/linux-atm/linux-atm-2.4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/linux-atm/linux-atm-2.4.1-r1.ebuild,v 1.13 2006/03/12 16:57:05 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/linux-atm/linux-atm-2.4.1-r1.ebuild,v 1.14 2006/06/06 06:22:32 mrness Exp $ inherit eutils libtool @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="" -RESTRICT="maketest" +RESTRICT="test" src_unpack() { unpack ${A} |