diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 22:57:46 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 22:57:46 +0000 |
commit | d0e0d4cf61127d2ddc2ea491cf17c659737a7cb2 (patch) | |
tree | 777f583d52571db256a663e3995f2e6acb4749e3 /app-cdr/gcombust/gcombust-0.1.52.ebuild | |
parent | header fix; whitespace cleanup (diff) | |
download | gentoo-2-d0e0d4cf61127d2ddc2ea491cf17c659737a7cb2.tar.gz gentoo-2-d0e0d4cf61127d2ddc2ea491cf17c659737a7cb2.tar.bz2 gentoo-2-d0e0d4cf61127d2ddc2ea491cf17c659737a7cb2.zip |
header fix; whitespace cleanup
Diffstat (limited to 'app-cdr/gcombust/gcombust-0.1.52.ebuild')
-rw-r--r-- | app-cdr/gcombust/gcombust-0.1.52.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-cdr/gcombust/gcombust-0.1.52.ebuild b/app-cdr/gcombust/gcombust-0.1.52.ebuild index 6321c4d66b41..1e5d347bbdd2 100644 --- a/app-cdr/gcombust/gcombust-0.1.52.ebuild +++ b/app-cdr/gcombust/gcombust-0.1.52.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-cdr/gcombust/gcombust-0.1.52.ebuild,v 1.9 2003/02/13 06:12:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcombust/gcombust-0.1.52.ebuild,v 1.10 2003/09/05 22:57:44 msterret Exp $ IUSE="nls" @@ -21,7 +21,7 @@ RDEPEND="app-cdr/cdrtools" src_compile() { local myconf - if [ -z "`use nls`" ] + if [ -z "`use nls`" ] then myconf="${myconf} --disable-nls" touch intl/libintl.h |