diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-11 13:11:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-11 13:11:27 +0000 |
commit | 10e7fb8c0172e7326e0fe18cb1173ab9509d52ce (patch) | |
tree | 7f2fef77d8d21c2943863843c21046866e137097 /media-sound/trommler | |
parent | touchups (diff) | |
download | historical-10e7fb8c0172e7326e0fe18cb1173ab9509d52ce.tar.gz historical-10e7fb8c0172e7326e0fe18cb1173ab9509d52ce.tar.bz2 historical-10e7fb8c0172e7326e0fe18cb1173ab9509d52ce.zip |
touchups
Diffstat (limited to 'media-sound/trommler')
-rw-r--r-- | media-sound/trommler/trommler-3.3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/trommler/trommler-3.3.ebuild b/media-sound/trommler/trommler-3.3.ebuild index 7de327b4661d..44dc78574a7b 100644 --- a/media-sound/trommler/trommler-3.3.ebuild +++ b/media-sound/trommler/trommler-3.3.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/trommler/trommler-3.3.ebuild,v 1.7 2003/10/15 16:57:39 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/trommler/trommler-3.3.ebuild,v 1.8 2003/11/11 13:11:00 vapier Exp $ -S="${WORKDIR}/Trommler" -DESCRIPTION="This is a gtk+ based drum machine" +DESCRIPTION="gtk+ based drum machine" HOMEPAGE="http://muth.org/Robert/Trommler/" SRC_URI="http://muth.org/Robert/Trommler/${P/-/.}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~alpha" -IUSE="" DEPEND=">=x11-libs/gtk+-2.0.6-r1" +S="${WORKDIR}/Trommler" + src_compile() { sed -i 's:CFLAGS = -Wall -Werror -O9:CFLAGS = -Wall -O9:' Makefile || die emake || die |