diff options
author | Mark Guertin <gerk@gentoo.org> | 2003-02-27 16:24:43 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2003-02-27 16:24:43 +0000 |
commit | 088ba593b62961f6149f2e5cc1082452ce2d99be (patch) | |
tree | a299f773e18c22e2fa472a2c9f17d3a81d3b153a | |
parent | bump (diff) | |
download | gentoo-2-088ba593b62961f6149f2e5cc1082452ce2d99be.tar.gz gentoo-2-088ba593b62961f6149f2e5cc1082452ce2d99be.tar.bz2 gentoo-2-088ba593b62961f6149f2e5cc1082452ce2d99be.zip |
added missing deps
-rw-r--r-- | app-admin/mirrorselect/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/mirrorselect/mirrorselect-0.2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-admin/mirrorselect/ChangeLog b/app-admin/mirrorselect/ChangeLog index 4bcf804aa0a5..150888c69f6c 100644 --- a/app-admin/mirrorselect/ChangeLog +++ b/app-admin/mirrorselect/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-admin/mirrorselect # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/mirrorselect/ChangeLog,v 1.8 2003/02/27 09:11:45 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/mirrorselect/ChangeLog,v 1.9 2003/02/27 16:24:43 gerk Exp $ *mirrorselect-0.2 (27 Feb 2003) + 27 Feb 2003; Mark Guertin <gerk@gentoo.org> mirrorselect-0.2.ebuild : + fixed missing deps (netselect and perl) + 27 Feb 2003; Mark Guertin <gerk@gentoo.org> mirrorselect-0.2.ebuild files/digest-mirrorselect-0.2 files/mirrorselect : new version, now has auto mode, just for spanky :), run with -a for diff --git a/app-admin/mirrorselect/mirrorselect-0.2.ebuild b/app-admin/mirrorselect/mirrorselect-0.2.ebuild index 441c930c2586..53d681d5fc5a 100644 --- a/app-admin/mirrorselect/mirrorselect-0.2.ebuild +++ b/app-admin/mirrorselect/mirrorselect-0.2.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/app-admin/mirrorselect/mirrorselect-0.2.ebuild,v 1.2 2003/02/27 11:20:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/mirrorselect/mirrorselect-0.2.ebuild,v 1.3 2003/02/27 16:24:43 gerk Exp $ DESCRIPTION="Tool to help select distfiles mirrors for Gentoo" SRC_URI="" @@ -13,7 +13,8 @@ KEYWORDS="x86 ppc sparc ~alpha ~mips hppa" RDEPEND=">=dev-util/dialog-0.7 sys-apps/grep sys-apps/sed - net-analyzer/netselect" + net-analyzer/netselect + sys-devel/perl" src_install() { dosbin ${FILESDIR}/mirrorselect |