diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-03-29 08:02:38 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-03-29 08:02:38 +0000 |
commit | 7ce26c2b0bcc2a2a6a204cff0798bc26ff0a02ef (patch) | |
tree | 88ad09f366c1ceb79e203b5404e70f7611ff4749 /media-sound/terminatorx/terminatorx-3.82.ebuild | |
parent | Fixed slot deps (diff) | |
download | gentoo-2-7ce26c2b0bcc2a2a6a204cff0798bc26ff0a02ef.tar.gz gentoo-2-7ce26c2b0bcc2a2a6a204cff0798bc26ff0a02ef.tar.bz2 gentoo-2-7ce26c2b0bcc2a2a6a204cff0798bc26ff0a02ef.zip |
Remove unnecessary explicit gnome2_omf_fix call.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/terminatorx/terminatorx-3.82.ebuild')
-rw-r--r-- | media-sound/terminatorx/terminatorx-3.82.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/media-sound/terminatorx/terminatorx-3.82.ebuild b/media-sound/terminatorx/terminatorx-3.82.ebuild index 76046d47ce4a..61f44328819c 100644 --- a/media-sound/terminatorx/terminatorx-3.82.ebuild +++ b/media-sound/terminatorx/terminatorx-3.82.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.82.ebuild,v 1.17 2011/03/29 07:55:48 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.82.ebuild,v 1.18 2011/03/29 08:02:38 radhermit Exp $ EAPI=2 @@ -39,12 +39,6 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_P} -src_prepare() { - # we need the omf fix, or else we get access violation - # errors related to sandbox - gnome2_omf_fix "${S}/doc/terminatorX-manual/C/Makefile.in" -} - src_configure() { econf \ $(use_enable alsa) \ |