diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-24 15:57:10 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-24 15:57:10 +0000 |
commit | 20dcc929cc7ae494ef1c0faa50ce4c5f2c387c5c (patch) | |
tree | 80803a399dfb1aabbbaa6f2ae8a93c3c370a29e9 /media-gfx/povray/povray-3.7.0_rc3.ebuild | |
parent | Removed sys-apps/inotail mask (diff) | |
download | gentoo-2-20dcc929cc7ae494ef1c0faa50ce4c5f2c387c5c.tar.gz gentoo-2-20dcc929cc7ae494ef1c0faa50ce4c5f2c387c5c.tar.bz2 gentoo-2-20dcc929cc7ae494ef1c0faa50ce4c5f2c387c5c.zip |
Don't install ini files for portage user
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/povray/povray-3.7.0_rc3.ebuild')
-rw-r--r-- | media-gfx/povray/povray-3.7.0_rc3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-gfx/povray/povray-3.7.0_rc3.ebuild b/media-gfx/povray/povray-3.7.0_rc3.ebuild index f0cc66d662c5..d025d5fb0761 100644 --- a/media-gfx/povray/povray-3.7.0_rc3.ebuild +++ b/media-gfx/povray/povray-3.7.0_rc3.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-gfx/povray/povray-3.7.0_rc3.ebuild,v 1.2 2011/02/26 18:23:12 signals Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.7.0_rc3.ebuild,v 1.3 2011/03/24 15:57:10 jlec Exp $ EAPI="3" @@ -59,6 +59,8 @@ src_prepare() { # prompts the user to interact, so remove it. sed -i -e "s:biscuit.pov -f +d +p:biscuit.pov -f +d:" Makefile.am || die + epatch "${FILESDIR}"/${PV}-user-conf.patch + eautoreconf } |