diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-12-01 09:06:19 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-12-01 09:06:19 +0000 |
commit | d21e98b0bfa891ee6e4ae88dd406c6f797b53589 (patch) | |
tree | 13ce89ed1deca9bebc29ce339304783f1e523e3a /sci-libs | |
parent | import ocaml 4.02 fix from opam (diff) | |
download | gentoo-2-d21e98b0bfa891ee6e4ae88dd406c6f797b53589.tar.gz gentoo-2-d21e98b0bfa891ee6e4ae88dd406c6f797b53589.tar.bz2 gentoo-2-d21e98b0bfa891ee6e4ae88dd406c6f797b53589.zip |
keyword ~arm
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/fcl/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/fcl/fcl-0.3.2.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/fcl/fcl-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-libs/fcl/ChangeLog b/sci-libs/fcl/ChangeLog index 376764b57816..7a11cbdeab91 100644 --- a/sci-libs/fcl/ChangeLog +++ b/sci-libs/fcl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/fcl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fcl/ChangeLog,v 1.1 2014/11/28 11:22:03 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fcl/ChangeLog,v 1.2 2014/12/01 09:06:19 aballier Exp $ + + 01 Dec 2014; Alexis Ballier <aballier@gentoo.org> fcl-0.3.2.ebuild, + fcl-9999.ebuild: + keyword ~arm *fcl-9999 (28 Nov 2014) *fcl-0.3.2 (28 Nov 2014) 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 diff --git a/sci-libs/fcl/fcl-9999.ebuild b/sci-libs/fcl/fcl-9999.ebuild index 0d210f8c8fc4..19b5effc127b 100644 --- a/sci-libs/fcl/fcl-9999.ebuild +++ b/sci-libs/fcl/fcl-9999.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-9999.ebuild,v 1.1 2014/11/28 11:22:03 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fcl/fcl-9999.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 |