diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-13 12:20:00 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-13 12:20:00 +0000 |
commit | af7e0196e685a209378f2a407c0f3880489f7f51 (patch) | |
tree | 51a69759be05bf9a1edb2e088b3479e8b03b642d /app-admin/quickswitch | |
parent | Version bumped. (diff) | |
download | historical-af7e0196e685a209378f2a407c0f3880489f7f51.tar.gz historical-af7e0196e685a209378f2a407c0f3880489f7f51.tar.bz2 historical-af7e0196e685a209378f2a407c0f3880489f7f51.zip |
QA - Add IUSE
Diffstat (limited to 'app-admin/quickswitch')
-rw-r--r-- | app-admin/quickswitch/quickswitch-0.10.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/quickswitch/quickswitch-0.10.ebuild b/app-admin/quickswitch/quickswitch-0.10.ebuild index 8abeda83f7e5..61d4146a7980 100644 --- a/app-admin/quickswitch/quickswitch-0.10.ebuild +++ b/app-admin/quickswitch/quickswitch-0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/quickswitch/quickswitch-0.10.ebuild,v 1.15 2004/02/23 06:11:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/quickswitch/quickswitch-0.10.ebuild,v 1.16 2004/06/13 12:20:00 kloeri Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Utility to switch network profiles on the fly" @@ -10,6 +10,7 @@ HOMEPAGE="http://edgesolutions.ca/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc" +IUSE="" DEPEND="dev-lang/perl" |