diff options
author | 2002-07-29 16:14:37 +0000 | |
---|---|---|
committer | 2002-07-29 16:14:37 +0000 | |
commit | 1d428339cfc3965a5799510270424b69729c2210 (patch) | |
tree | 7f5d2cf00153801a4dc9f4b4ba30a15d923ddadd /dev-perl/POE | |
parent | null dependencies not allowed (diff) | |
download | gentoo-2-1d428339cfc3965a5799510270424b69729c2210.tar.gz gentoo-2-1d428339cfc3965a5799510270424b69729c2210.tar.bz2 gentoo-2-1d428339cfc3965a5799510270424b69729c2210.zip |
fixed DEPEND syntax
Diffstat (limited to 'dev-perl/POE')
-rw-r--r-- | dev-perl/POE/POE-0.19.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-perl/POE/POE-0.19.ebuild b/dev-perl/POE/POE-0.19.ebuild index aa8d56adefa6..a5f7f82f61dd 100644 --- a/dev-perl/POE/POE-0.19.ebuild +++ b/dev-perl/POE/POE-0.19.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/dev-perl/POE/POE-0.19.ebuild,v 1.5 2002/07/25 04:43:33 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/POE-0.19.ebuild,v 1.6 2002/07/29 16:14:37 seemant Exp $ inherit perl-module @@ -20,9 +20,9 @@ DEPEND="${DEPEND} dev-perl/Storable dev-perl/IO-Tty dev-perl/Filter - tcltk? (dev-perl/perl-tk) - gtk? (dev-perl/gtk-perl) - libwww? (dev-perl/libwww-perl) - curses? (dev-perl/Curses)" + tcltk? ( dev-perl/perl-tk ) + gtk? ( dev-perl/gtk-perl ) + libwww? ( dev-perl/libwww-perl ) + curses? ( dev-perl/Curses )" mymake="/usr" |