summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-base/orage/orage-4.3.90.2.ebuild')
-rw-r--r--xfce-base/orage/orage-4.3.90.2.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/xfce-base/orage/orage-4.3.90.2.ebuild b/xfce-base/orage/orage-4.3.90.2.ebuild
index 2fd9adcd049c..78f24728cf1a 100644
--- a/xfce-base/orage/orage-4.3.90.2.ebuild
+++ b/xfce-base/orage/orage-4.3.90.2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/orage/orage-4.3.90.2.ebuild,v 1.1 2006/07/10 18:33:59 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/orage/orage-4.3.90.2.ebuild,v 1.2 2006/07/13 21:15:22 nichoj Exp $
-inherit xfce44
+inherit xfce44 eutils
xfce44_beta
@@ -33,3 +33,9 @@ if use berkdb; then
fi
xfce44_core_package
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/${P}-asneeded.patch
+}