summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2004-01-25 22:02:17 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2004-01-25 22:02:17 +0000
commit7914577c6cdbf1367dd08478750a096a99cab866 (patch)
tree3bb8b6b35600912589fb8f81d74d21940b5851fb /x11-libs/dnd
parentVersion bump to fix bug in xfwm4. (diff)
downloadgentoo-2-7914577c6cdbf1367dd08478750a096a99cab866.tar.gz
gentoo-2-7914577c6cdbf1367dd08478750a096a99cab866.tar.bz2
gentoo-2-7914577c6cdbf1367dd08478750a096a99cab866.zip
Hooray for epatch.
Diffstat (limited to 'x11-libs/dnd')
-rw-r--r--x11-libs/dnd/ChangeLog7
-rw-r--r--x11-libs/dnd/dnd-1.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-libs/dnd/ChangeLog b/x11-libs/dnd/ChangeLog
index 9a97b991aa4f..082dc4a1ba55 100644
--- a/x11-libs/dnd/ChangeLog
+++ b/x11-libs/dnd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/dnd
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/dnd/ChangeLog,v 1.4 2003/02/12 09:22:09 vapier Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/dnd/ChangeLog,v 1.5 2004/01/25 22:02:17 pyrania Exp $
+
+ 25 Jan 2004; Markus Nigbur <pyrania@gentoo.org> dnd-1.1.ebuild:
+ Hooray for epatch.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/x11-libs/dnd/dnd-1.1.ebuild b/x11-libs/dnd/dnd-1.1.ebuild
index 305142c9b57d..1b131b1e48b2 100644
--- a/x11-libs/dnd/dnd-1.1.ebuild
+++ b/x11-libs/dnd/dnd-1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/dnd/dnd-1.1.ebuild,v 1.10 2003/02/13 16:54:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/dnd/dnd-1.1.ebuild,v 1.11 2004/01/25 22:02:17 pyrania Exp $
S=${WORKDIR}/DND/DNDlib
DESCRIPTION="OffiX' Drag'n'drop library"
@@ -16,7 +16,7 @@ DEPEND="virtual/x11"
src_unpack() {
unpack dnd.1.1.tgz
cd ${S}
- patch -p0 < ${FILESDIR}/${PF}-gentoo.diff || die
+ epatch ${FILESDIR}/${PF}-gentoo.diff || die
}
src_compile() {