diff options
author | Ned Ludd <solar@gentoo.org> | 2008-05-12 21:45:33 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2008-05-12 21:45:33 +0000 |
commit | beb1ab9ba4c77686b11e108a50a6b5b9b5e6eede (patch) | |
tree | 0ea2c38f34707263a34ad9e0706b72cd0e226c8e /net-fs/autofs | |
parent | Fix implicit declaration of memcpy, bug #184925, thank Daniel Santos for repo... (diff) | |
download | gentoo-2-beb1ab9ba4c77686b11e108a50a6b5b9b5e6eede.tar.gz gentoo-2-beb1ab9ba4c77686b11e108a50a6b5b9b5e6eede.tar.bz2 gentoo-2-beb1ab9ba4c77686b11e108a50a6b5b9b5e6eede.zip |
- Keyworded ~arm per request. Builds native but fails at cross-compiles.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-fs/autofs')
-rw-r--r-- | net-fs/autofs/ChangeLog | 5 | ||||
-rw-r--r-- | net-fs/autofs/autofs-5.0.3-r5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-fs/autofs/ChangeLog b/net-fs/autofs/ChangeLog index eba85d3020fa..46281233a764 100644 --- a/net-fs/autofs/ChangeLog +++ b/net-fs/autofs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-fs/autofs # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.73 2008/05/05 13:30:20 stefaan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.74 2008/05/12 21:45:33 solar Exp $ + + 12 May 2008; <solar@gentoo.org> autofs-5.0.3-r5.ebuild: + - Keyworded ~arm per request. Builds native but fails at cross-compiles. 05 May 2008; Stefaan De Roeck <stefaan@gentoo.org> autofs-5.0.3-r5.ebuild: Patch patches in temporary directory (fixes bug #220315) diff --git a/net-fs/autofs/autofs-5.0.3-r5.ebuild b/net-fs/autofs/autofs-5.0.3-r5.ebuild index 7afb26503a5c..7ca4058c9fd2 100644 --- a/net-fs/autofs/autofs-5.0.3-r5.ebuild +++ b/net-fs/autofs/autofs-5.0.3-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.3-r5.ebuild,v 1.2 2008/05/05 13:30:20 stefaan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.3-r5.ebuild,v 1.3 2008/05/12 21:45:33 solar Exp $ inherit eutils multilib autotools @@ -30,7 +30,7 @@ DEPEND="virtual/libc # currently, sasl code assumes the presence of kerberosV SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" src_unpack() { unpack ${P}.tar.bz2 |