summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-02-29 15:04:39 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-02-29 15:04:39 +0000
commit98fa380231ed7b725ad800d285ee1799305e4c36 (patch)
tree76980a3919c43a00b485fdc6aec1d856aad2589d /x11-libs/guile-gtk
parentVersion bumped, closing bug #43263 (diff)
downloadhistorical-98fa380231ed7b725ad800d285ee1799305e4c36.tar.gz
historical-98fa380231ed7b725ad800d285ee1799305e4c36.tar.bz2
historical-98fa380231ed7b725ad800d285ee1799305e4c36.zip
mirror:// updates, ChangeLog fixes and other fixes.
Diffstat (limited to 'x11-libs/guile-gtk')
-rw-r--r--x11-libs/guile-gtk/guile-gtk-0.19-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/guile-gtk/guile-gtk-0.19-r1.ebuild b/x11-libs/guile-gtk/guile-gtk-0.19-r1.ebuild
index 95b9a7c419e0..a5255bc42a84 100644
--- a/x11-libs/guile-gtk/guile-gtk-0.19-r1.ebuild
+++ b/x11-libs/guile-gtk/guile-gtk-0.19-r1.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/x11-libs/guile-gtk/guile-gtk-0.19-r1.ebuild,v 1.2 2003/02/13 16:58:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-0.19-r1.ebuild,v 1.3 2004/02/29 15:04:38 aliz Exp $
DESCRIPTION="GTK+ bindings for guile"
SRC_URI="http://www.ping.de/sites/zagadka/guile-gtk/download/${P}.tar.gz"
@@ -14,7 +14,7 @@ DEPEND="=dev-util/guile-1.4*
=x11-libs/gtk+-1.2*"
src_compile() {
- patch < ${FILESDIR}/${P}-Makefile.in.patch || die "patch failed"
+ epatch ${FILESDIR}/${P}-Makefile.in.patch
econf
emake || die
}