diff options
author | Daniel Drake <dsd@gentoo.org> | 2006-10-14 13:56:56 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2006-10-14 13:56:56 +0000 |
commit | 0d29cfb701ad2e2309c485f6aa114179c136f670 (patch) | |
tree | a7cc35772036a6a8d9c965e536a9c8c7009b16ab /sys-fs/submount/submount-0.9-r2.ebuild | |
parent | Fix compile problem with USE=qt3 when Qt4 is installed (#114872). Compilation... (diff) | |
download | historical-0d29cfb701ad2e2309c485f6aa114179c136f670.tar.gz historical-0d29cfb701ad2e2309c485f6aa114179c136f670.tar.bz2 historical-0d29cfb701ad2e2309c485f6aa114179c136f670.zip |
Add 2.6.18 compatibility patch, tested by Phillip Berndt and Simonas Leleiva in bug #148381
Package-Manager: portage-2.1.2_pre2-r9
Diffstat (limited to 'sys-fs/submount/submount-0.9-r2.ebuild')
-rw-r--r-- | sys-fs/submount/submount-0.9-r2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-fs/submount/submount-0.9-r2.ebuild b/sys-fs/submount/submount-0.9-r2.ebuild index 8d7a6f3824bd..4fc9b5530cf6 100644 --- a/sys-fs/submount/submount-0.9-r2.ebuild +++ b/sys-fs/submount/submount-0.9-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/submount/submount-0.9-r2.ebuild,v 1.8 2006/03/25 14:07:54 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/submount/submount-0.9-r2.ebuild,v 1.9 2006/10/14 13:56:56 dsd Exp $ inherit linux-mod eutils @@ -40,6 +40,9 @@ src_unpack() { # Fix compile on 2.6.16, bug #119538 epatch ${FILESDIR}/${P}-sem2mutex.patch + + # Fix compile on 2.6.18, bug #148381 + epatch ${FILESDIR}/${P}-2.6.18.patch } src_compile() { |