diff options
Diffstat (limited to 'sci-libs/fcl/fcl-0.3.2.ebuild')
-rw-r--r-- | sci-libs/fcl/fcl-0.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/fcl/fcl-0.3.2.ebuild b/sci-libs/fcl/fcl-0.3.2.ebuild index 58c29301ac25..a7460d2d8bcf 100644 --- a/sci-libs/fcl/fcl-0.3.2.ebuild +++ b/sci-libs/fcl/fcl-0.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fcl/fcl-0.3.2.ebuild,v 1.1 2014/11/28 11:22:03 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fcl/fcl-0.3.2.ebuild,v 1.2 2014/12/01 09:06:19 aballier Exp $ EAPI=5 @@ -16,7 +16,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then KEYWORDS="" SRC_URI="" else - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm" SRC_URI="http://github.com/flexible-collision-library/fcl/archive/${PV}.tar.gz -> ${P}.tar.gz" fi |