diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2008-05-16 20:49:40 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2008-05-16 20:49:40 +0000 |
commit | 6c97ed790b9fc74d40433da51dce80ac9f7e4f72 (patch) | |
tree | 380882b59c8030e34f2763f86bbc782c0b4b52c5 /app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild | |
parent | block a couple more of dev-tex packages we are providing, thanks again to Hor... (diff) | |
download | gentoo-2-6c97ed790b9fc74d40433da51dce80ac9f7e4f72.tar.gz gentoo-2-6c97ed790b9fc74d40433da51dce80ac9f7e4f72.tar.bz2 gentoo-2-6c97ed790b9fc74d40433da51dce80ac9f7e4f72.zip |
Version bumped, Bug #190732.
(Portage version: 2.1.5)
Diffstat (limited to 'app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild')
-rw-r--r-- | app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild b/app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild index 53efc97578d0..de5bdf5d1501 100644 --- a/app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild +++ b/app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild,v 1.14 2007/07/12 03:35:10 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild,v 1.15 2008/05/16 20:49:40 zzam Exp $ inherit linux-mod eutils @@ -37,9 +37,9 @@ pkg_setup() { src_unpack() { unpack ${A} - epatch ${FILESDIR}/${P}-kernel-2.6.16.diff - epatch ${FILESDIR}/${P}-module_param.diff - epatch ${FILESDIR}/${P}-nice-kernel-msgs.diff + epatch "${FILESDIR}/${P}-kernel-2.6.16.diff" + epatch "${FILESDIR}/${P}-module_param.diff" + epatch "${FILESDIR}/${P}-nice-kernel-msgs.diff" } src_install() { |