diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-05 18:39:25 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-05 18:39:25 +0000 |
commit | 6dfedb817c027d5a351b07d6c9a0b139f419d78c (patch) | |
tree | b0ff285a3405f946967e87f4ffb61775a5a16feb /www-apps/drupal | |
parent | recommit (diff) | |
download | gentoo-2-6dfedb817c027d5a351b07d6c9a0b139f419d78c.tar.gz gentoo-2-6dfedb817c027d5a351b07d6c9a0b139f419d78c.tar.bz2 gentoo-2-6dfedb817c027d5a351b07d6c9a0b139f419d78c.zip |
repoman: Trim trailing whitespace
(Portage version: 2.0.51.19)
Diffstat (limited to 'www-apps/drupal')
-rw-r--r-- | www-apps/drupal/drupal-4.6.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-apps/drupal/drupal-4.6.0.ebuild b/www-apps/drupal/drupal-4.6.0.ebuild index fad7f1fa454f..4e6366554778 100644 --- a/www-apps/drupal/drupal-4.6.0.ebuild +++ b/www-apps/drupal/drupal-4.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-4.6.0.ebuild,v 1.3 2005/05/05 15:46:47 st_lim Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-4.6.0.ebuild,v 1.4 2005/05/05 18:39:25 mr_bones_ Exp $ inherit webapp eutils @@ -22,7 +22,7 @@ src_unpack() { if ! use minimal ; then - for i in modules themes engines language; do + for i in modules themes engines language; do cd ${S}/$i [ "$i" == "engines" ] && cd ${S}/themes/$i [ "$i" == "language" ] && cd ${S}/includes @@ -41,7 +41,7 @@ src_unpack() { } src_compile() { - #Default compile hangs! + #Default compile hangs! echo "Nothing to compile" } |