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 | 178c3c2e0bc9683b01bb24f95589d85ba3f302e9 (patch) | |
tree | 733c3c114b1cf48c8f7079b6fb206beb42dfce75 /app-admin/quickswitch | |
parent | Version bumped. (Manifest recommit) (diff) | |
download | gentoo-2-178c3c2e0bc9683b01bb24f95589d85ba3f302e9.tar.gz gentoo-2-178c3c2e0bc9683b01bb24f95589d85ba3f302e9.tar.bz2 gentoo-2-178c3c2e0bc9683b01bb24f95589d85ba3f302e9.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" |