diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:57:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:57:46 +0000 |
commit | cfd3379129b21b94f2b53f6ef5426742e1166b96 (patch) | |
tree | f0de9f003df8569b93db533c9ce243f05c9786c0 /app-cdr/gcombust/gcombust-0.1.54.ebuild | |
parent | header fix; whitespace cleanup (diff) | |
download | historical-cfd3379129b21b94f2b53f6ef5426742e1166b96.tar.gz historical-cfd3379129b21b94f2b53f6ef5426742e1166b96.tar.bz2 historical-cfd3379129b21b94f2b53f6ef5426742e1166b96.zip |
header fix; whitespace cleanup
Diffstat (limited to 'app-cdr/gcombust/gcombust-0.1.54.ebuild')
-rw-r--r-- | app-cdr/gcombust/gcombust-0.1.54.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-cdr/gcombust/gcombust-0.1.54.ebuild b/app-cdr/gcombust/gcombust-0.1.54.ebuild index 643c055e7683..8898a52012db 100644 --- a/app-cdr/gcombust/gcombust-0.1.54.ebuild +++ b/app-cdr/gcombust/gcombust-0.1.54.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.54.ebuild,v 1.4 2003/06/29 16:01:56 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcombust/gcombust-0.1.54.ebuild,v 1.5 2003/09/05 22:57:44 msterret Exp $ DESCRIPTION="A GUI for mkisofs/mkhybrid/cdda2wav/cdrecord/cdlabelgen." HOMEPAGE="http://www.abo.fi/~jmunsin/gcombust/" @@ -13,7 +13,7 @@ DEPEND="=x11-libs/gtk+-1.2* nls? ( sys-devel/gettext )" RDEPEND="${DEPEND} - app-cdr/cdrtools" + app-cdr/cdrtools" SRC_URI="http://www.abo.fi/~jmunsin/gcombust/${P}.tar.gz" S=${WORKDIR}/${P} @@ -23,7 +23,7 @@ SLOT="0" src_compile() { local myconf - if [ -z "`use nls`" ] + if [ -z "`use nls`" ] then myconf="${myconf} --disable-nls" touch intl/libintl.h |