diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:38:04 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:38:04 +0000 |
commit | 6d7df4b7117854d8a5af1fd5d2179394b3ba6ce7 (patch) | |
tree | 0655478e24525d77854a8c79946eee83db16840e /dev-perl/POE/POE-0.26.ebuild | |
parent | Fix DEPEND for when we have 'build' in USE. (diff) | |
download | gentoo-2-6d7df4b7117854d8a5af1fd5d2179394b3ba6ce7.tar.gz gentoo-2-6d7df4b7117854d8a5af1fd5d2179394b3ba6ce7.tar.bz2 gentoo-2-6d7df4b7117854d8a5af1fd5d2179394b3ba6ce7.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'dev-perl/POE/POE-0.26.ebuild')
-rw-r--r-- | dev-perl/POE/POE-0.26.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/POE/POE-0.26.ebuild b/dev-perl/POE/POE-0.26.ebuild index 438f19ce12e9..fdb334a8aaf7 100644 --- a/dev-perl/POE/POE-0.26.ebuild +++ b/dev-perl/POE/POE-0.26.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/dev-perl/POE/POE-0.26.ebuild,v 1.2 2003/06/21 21:36:36 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE/POE-0.26.ebuild,v 1.3 2003/09/06 22:37:58 msterret Exp $ IUSE="gtk tcltk libwww ncurses" @@ -33,5 +33,5 @@ DEPEND="${DEPEND} mymake="/usr" src_compile() { - echo "n" | perl-module_src_compile + echo "n" | perl-module_src_compile } |