diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-04-30 12:03:17 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-04-30 12:03:17 +0000 |
commit | a5235af8ffe2b94f44f3cd6349aee487946da140 (patch) | |
tree | c6437c6411fdb21584e6a3210481b7e7a70d7376 /dev-libs/libnl/libnl-1.0_pre6.ebuild | |
parent | Package.mask dev-util/eclipse-pydev-bin for removal to the junkyard. (diff) | |
download | gentoo-2-a5235af8ffe2b94f44f3cd6349aee487946da140.tar.gz gentoo-2-a5235af8ffe2b94f44f3cd6349aee487946da140.tar.bz2 gentoo-2-a5235af8ffe2b94f44f3cd6349aee487946da140.zip |
Add patch from Fedora to make it compile on ia64 and amd64, add ~ia64
(Portage version: 2.1.2.5)
Diffstat (limited to 'dev-libs/libnl/libnl-1.0_pre6.ebuild')
-rw-r--r-- | dev-libs/libnl/libnl-1.0_pre6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libnl/libnl-1.0_pre6.ebuild b/dev-libs/libnl/libnl-1.0_pre6.ebuild index d2b369119228..1791cea53de3 100644 --- a/dev-libs/libnl/libnl-1.0_pre6.ebuild +++ b/dev-libs/libnl/libnl-1.0_pre6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-1.0_pre6.ebuild,v 1.3 2007/01/14 11:07:20 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-1.0_pre6.ebuild,v 1.4 2007/04/30 12:03:17 armin76 Exp $ inherit eutils multilib linux-info @@ -9,7 +9,7 @@ HOMEPAGE="http://people.suug.ch/~tgr/libnl/" SRC_URI="http://dev.gentoo.org/~steev/distfiles/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="" src_unpack() { @@ -19,7 +19,7 @@ src_unpack() { cd ${S}/include sed -i Makefile -e 's:install -o root -g root:install:g' epatch "${FILESDIR}/${PN}-1.0_pre5-include.diff" - epatch "${FILESDIR}/${PN}-1.0_pre6-amd64-typedef.diff" + epatch "${FILESDIR}/${PN}-1.0_pre5-__u64_x86_64.patch" } src_install() { |