summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/cln')
-rw-r--r--sci-libs/cln/cln-1.3.1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-libs/cln/cln-1.3.1.ebuild b/sci-libs/cln/cln-1.3.1.ebuild
index 5b81893a7487..12c5f4d22a89 100644
--- a/sci-libs/cln/cln-1.3.1.ebuild
+++ b/sci-libs/cln/cln-1.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.3.1.ebuild,v 1.10 2010/01/30 18:08:43 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.3.1.ebuild,v 1.11 2010/10/15 09:44:01 maekke Exp $
EAPI=2
inherit eutils flag-o-matic
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftpthep.physik.uni-mainz.de/pub/gnu/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="1"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="doc examples"
DEPEND="dev-libs/gmp
@@ -21,6 +21,7 @@ RDEPEND="${DEPEND}"
pkg_setup() {
use sparc && append-cppflags "-DNO_ASM"
use hppa && append-cppflags "-DNO_ASM"
+ use arm && append-cppflags "-DNO_ASM"
}
src_prepare() {