diff options
author | Peter Volkov <pva@gentoo.org> | 2008-01-30 08:16:45 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2008-01-30 08:16:45 +0000 |
commit | 13e752495ff218a9f4e77c3c7604b06acada9002 (patch) | |
tree | 48783df68eaec396ead7591bb74c9412fc1fda11 /dev-libs/libnl/libnl-0.5.0.ebuild | |
parent | stable x86, bug 207634 (diff) | |
download | gentoo-2-13e752495ff218a9f4e77c3c7604b06acada9002.tar.gz gentoo-2-13e752495ff218a9f4e77c3c7604b06acada9002.tar.bz2 gentoo-2-13e752495ff218a9f4e77c3c7604b06acada9002.zip |
Version bump, bug 197450, thank you Daniel Bahrdt, valentin, and Robert Buchholz.
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'dev-libs/libnl/libnl-0.5.0.ebuild')
-rw-r--r-- | dev-libs/libnl/libnl-0.5.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libnl/libnl-0.5.0.ebuild b/dev-libs/libnl/libnl-0.5.0.ebuild index 6105cb9e1197..1f7e874067e5 100644 --- a/dev-libs/libnl/libnl-0.5.0.ebuild +++ b/dev-libs/libnl/libnl-0.5.0.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/dev-libs/libnl/libnl-0.5.0.ebuild,v 1.10 2007/01/14 11:07:20 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-0.5.0.ebuild,v 1.11 2008/01/30 08:16:45 pva Exp $ inherit eutils multilib @@ -14,7 +14,7 @@ IUSE="" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" epatch "${FILESDIR}/${P}-include.diff" epatch "${FILESDIR}/${P}-libdir.patch" } |