diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-29 16:14:37 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-29 16:14:37 +0000 |
commit | 4cb0d34bc22611af3336ccad47c170ceebb92472 (patch) | |
tree | 93c6f005ca7f06a209034324cd13bb42f250797a /dev-perl/POE | |
parent | fixed DEPEND syntax (diff) | |
download | historical-4cb0d34bc22611af3336ccad47c170ceebb92472.tar.gz historical-4cb0d34bc22611af3336ccad47c170ceebb92472.tar.bz2 historical-4cb0d34bc22611af3336ccad47c170ceebb92472.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" |