diff options
Diffstat (limited to 'gnustep-apps/gridlock/gridlock-1.10.ebuild')
-rw-r--r-- | gnustep-apps/gridlock/gridlock-1.10.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gnustep-apps/gridlock/gridlock-1.10.ebuild b/gnustep-apps/gridlock/gridlock-1.10.ebuild index 9190cfa34d63..10eca9b91077 100644 --- a/gnustep-apps/gridlock/gridlock-1.10.ebuild +++ b/gnustep-apps/gridlock/gridlock-1.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gridlock/gridlock-1.10.ebuild,v 1.4 2008/03/08 13:32:44 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gridlock/gridlock-1.10.ebuild,v 1.5 2011/08/19 09:43:40 voyageur Exp $ inherit gnustep-2 @@ -12,3 +12,8 @@ SRC_URI="http://www.dozingcatsoftware.com/Gridlock/${PN/g/G}-gnustep-${PV}.tar.g LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" +IUSE="" + +src_prepare() { + epatch "${FIESDIR}"/${P}-objcruntime.patch +} |