diff options
Diffstat (limited to 'net-misc/vconfig/vconfig-1.7-r2.ebuild')
-rw-r--r-- | net-misc/vconfig/vconfig-1.7-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/vconfig/vconfig-1.7-r2.ebuild b/net-misc/vconfig/vconfig-1.7-r2.ebuild index 9da250a505c8..8b025638a010 100644 --- a/net-misc/vconfig/vconfig-1.7-r2.ebuild +++ b/net-misc/vconfig/vconfig-1.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/vconfig-1.7-r2.ebuild,v 1.1 2003/09/25 03:02:10 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/vconfig-1.7-r2.ebuild,v 1.2 2004/02/23 00:16:54 agriffis Exp $ MY_PN="vlan" S=${WORKDIR}/${MY_PN} @@ -11,7 +11,7 @@ SRC_URI="http://www.candelatech.com/~greear/vlan/${MY_PN}.${PV}.tar.gz mirror://gentoo/vconfig-1.7-gcc33-multiline.patch" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~sparc ~arm" +KEYWORDS="x86 ~sparc " IUSE="static" DEPEND=">=sys-kernel/linux-headers-2.4.14" RDEPEND=">=virtual/kernel-2.4.14" |