diff options
author | Joseph Jezak <josejx@gentoo.org> | 2005-01-27 18:18:12 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2005-01-27 18:18:12 +0000 |
commit | 8f99b7aa9d4cf48ade1ba7da4d8264b81020fde5 (patch) | |
tree | 0d4def21f51f49d1ad0d689b2b6ca87610465a66 /app-emulation/mol/mol-0.9.70.ebuild | |
parent | better RDEPEND (Manifest recommit) (diff) | |
download | gentoo-2-8f99b7aa9d4cf48ade1ba7da4d8264b81020fde5.tar.gz gentoo-2-8f99b7aa9d4cf48ade1ba7da4d8264b81020fde5.tar.bz2 gentoo-2-8f99b7aa9d4cf48ade1ba7da4d8264b81020fde5.zip |
Added nopriority patches to fix bug #75254.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-emulation/mol/mol-0.9.70.ebuild')
-rw-r--r-- | app-emulation/mol/mol-0.9.70.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/mol/mol-0.9.70.ebuild b/app-emulation/mol/mol-0.9.70.ebuild index 205b85514045..fcd1f57c5a5c 100644 --- a/app-emulation/mol/mol-0.9.70.ebuild +++ b/app-emulation/mol/mol-0.9.70.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.70.ebuild,v 1.11 2005/01/18 12:04:42 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.70.ebuild,v 1.12 2005/01/27 18:18:12 josejx Exp $ inherit flag-o-matic eutils @@ -41,6 +41,7 @@ src_unpack() { sed -i "s#VENDOR :=#VENDOR := -gentoo#" Makefile.top || die epatch ${FILESDIR}/${P}-makefile-fix.patch epatch ${FILESDIR}/${PN}-module-fix.patch + epatch ${FILESDIR}/${P}-nopriority.patch } src_compile() { |