summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Francisco Araujo <araujo@gentoo.org>2008-05-26 12:27:10 +0000
committerLuis Francisco Araujo <araujo@gentoo.org>2008-05-26 12:27:10 +0000
commit6aa4d13ca175c1d6358883dec3f4eb83020cafcd (patch)
treedea8b4883e0a6b2d780d96d2b9d8c9532ccb8182 /dev-haskell
parentversion bump as per bug #222863 (diff)
downloadgentoo-2-6aa4d13ca175c1d6358883dec3f4eb83020cafcd.tar.gz
gentoo-2-6aa4d13ca175c1d6358883dec3f4eb83020cafcd.tar.bz2
gentoo-2-6aa4d13ca175c1d6358883dec3f4eb83020cafcd.zip
xinerama patch ALWAYS need to be applied
(Portage version: 2.1.5.2)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/x11/x11-1.4.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/x11/x11-1.4.2.ebuild b/dev-haskell/x11/x11-1.4.2.ebuild
index 8a959f3e8cc9..3c4b508d8755 100644
--- a/dev-haskell/x11/x11-1.4.2.ebuild
+++ b/dev-haskell/x11/x11-1.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.4.2.ebuild,v 1.2 2008/05/26 12:21:45 araujo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.4.2.ebuild,v 1.3 2008/05/26 12:27:10 araujo Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal eutils autotools
@@ -27,7 +27,7 @@ S="${WORKDIR}/${MY_P}"
src_unpack() {
unpack $A
cd "${S}"
- use xinerama && epatch "${FILESDIR}/${P}-with-xinerama.patch"
+ epatch "${FILESDIR}/${P}-with-xinerama.patch"
eautoreconf
}