summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-11 01:23:43 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-11 01:23:43 +0000
commit6a98d77bc0ea2892780c7d2d9d5ccbe167f3070f (patch)
treed9c6661d2d218095e4e9c4adcc7e30e96716cb6c /media-sound/denemo/denemo-0.5.9.ebuild
parentAdded dvdr USE flag as discussed on gentoo-dev@ (diff)
downloadgentoo-2-6a98d77bc0ea2892780c7d2d9d5ccbe167f3070f.tar.gz
gentoo-2-6a98d77bc0ea2892780c7d2d9d5ccbe167f3070f.tar.bz2
gentoo-2-6a98d77bc0ea2892780c7d2d9d5ccbe167f3070f.zip
repoman: fix leading whitespace
Diffstat (limited to 'media-sound/denemo/denemo-0.5.9.ebuild')
-rw-r--r--media-sound/denemo/denemo-0.5.9.ebuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/media-sound/denemo/denemo-0.5.9.ebuild b/media-sound/denemo/denemo-0.5.9.ebuild
index 8197a7b7c225..7f96c8627f57 100644
--- a/media-sound/denemo/denemo-0.5.9.ebuild
+++ b/media-sound/denemo/denemo-0.5.9.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/media-sound/denemo/denemo-0.5.9.ebuild,v 1.2 2003/07/12 20:30:50 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/denemo/denemo-0.5.9.ebuild,v 1.3 2003/09/11 01:21:31 msterret Exp $
DESCRIPTION="GTK+ graphical music notation editor"
HOMEPAGE="http://denemo.sourceforge.net/"
@@ -14,20 +14,20 @@ IUSE=""
DEPEND="virtual/glibc
=x11-libs/gtk+-1.2*
dev-libs/libxml
- dev-util/yacc
- sys-devel/flex
- sys-devel/gettext"
+ dev-util/yacc
+ sys-devel/flex
+ sys-devel/gettext"
RDEPEND="virtual/glibc
- =x11-libs/gtk+-1.2*
+ =x11-libs/gtk+-1.2*
dev-libs/libxml"
S=${WORKDIR}/${P}
src_compile() {
- econf
- emake || die
+ econf
+ emake || die
}
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR=${D} install || die
}