diff options
author | Calum Selkirk <cselkirk@gentoo.org> | 2002-07-30 03:52:23 +0000 |
---|---|---|
committer | Calum Selkirk <cselkirk@gentoo.org> | 2002-07-30 03:52:23 +0000 |
commit | b27743cb4819a6e733f8ea42603a8c8ccea016c5 (patch) | |
tree | f3cc1da9da5f5fa38d464349fdbe410ee4f28d1b /app-admin/quickswitch | |
parent | Permissions fix. Resolves bug #3724 (diff) | |
download | gentoo-2-b27743cb4819a6e733f8ea42603a8c8ccea016c5.tar.gz gentoo-2-b27743cb4819a6e733f8ea42603a8c8ccea016c5.tar.bz2 gentoo-2-b27743cb4819a6e733f8ea42603a8c8ccea016c5.zip |
Added ppc to KEYWORDS. Added RDEPEND.
Diffstat (limited to 'app-admin/quickswitch')
-rw-r--r-- | app-admin/quickswitch/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/quickswitch/quickswitch-1.0_pre1.ebuild | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-admin/quickswitch/ChangeLog b/app-admin/quickswitch/ChangeLog index b2736f2f9ba0..0c09c3d0be7a 100644 --- a/app-admin/quickswitch/ChangeLog +++ b/app-admin/quickswitch/ChangeLog @@ -1,8 +1,13 @@ # ChangeLog for app-admin/quickswitch # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-admin/quickswitch/ChangeLog,v 1.2 2002/06/26 17:01:24 chadh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/quickswitch/ChangeLog,v 1.3 2002/07/30 03:52:23 cselkirk Exp $ *quickswitch-1.0_pre1.ebuild (26 June 2002) + + 29 Jul 2002; Calum Selkirk <cselkirk@gentoo.org> quickswitch-1.0_pre1.ebuild : + + Added ppc to KEYWORDS. Added RDEPEND. + 26 June 2002; Chad Huneycutt <chadh@gentoo.org> quickswitch-1.0_pre1.ebuild : updated to most recent version diff --git a/app-admin/quickswitch/quickswitch-1.0_pre1.ebuild b/app-admin/quickswitch/quickswitch-1.0_pre1.ebuild index 8761df15c643..55d7ed6c95fe 100644 --- a/app-admin/quickswitch/quickswitch-1.0_pre1.ebuild +++ b/app-admin/quickswitch/quickswitch-1.0_pre1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-admin/quickswitch/quickswitch-1.0_pre1.ebuild,v 1.4 2002/07/25 13:17:40 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/quickswitch/quickswitch-1.0_pre1.ebuild,v 1.5 2002/07/30 03:52:23 cselkirk Exp $ S=${WORKDIR}/quickwitch DESCRIPTION="Utility to switch network profiles on the fly" @@ -9,10 +9,11 @@ HOMEPAGE="http://edgesolutions.ca/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND=">=sys-devel/perl-5.6.0" +RDEPEND="${DEPEND}" src_install () { cd ${S} |