diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-12 23:48:42 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-12 23:48:42 +0000 |
commit | 5caef49d7cbec1e35f7c2d03b1ebee4a445fa47a (patch) | |
tree | 0b5a91366f1db51004ca15ee8dfcf51c79381b7b /dev-lang/cll1h | |
parent | Added configuration fixes for cuda (bug #442858) (diff) | |
download | gentoo-2-5caef49d7cbec1e35f7c2d03b1ebee4a445fa47a.tar.gz gentoo-2-5caef49d7cbec1e35f7c2d03b1ebee4a445fa47a.tar.bz2 gentoo-2-5caef49d7cbec1e35f7c2d03b1ebee4a445fa47a.zip |
keyword ~arm, bug #440678
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-lang/cll1h')
-rw-r--r-- | dev-lang/cll1h/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/cll1h/cll1h-0.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/cll1h/ChangeLog b/dev-lang/cll1h/ChangeLog index 91115b62eb4a..62c52465afe2 100644 --- a/dev-lang/cll1h/ChangeLog +++ b/dev-lang/cll1h/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/cll1h # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/cll1h/ChangeLog,v 1.9 2012/11/12 12:07:00 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cll1h/ChangeLog,v 1.10 2012/11/12 23:48:42 blueness Exp $ + + 12 Nov 2012; Anthony G. Basile <blueness@gentoo.org> cll1h-0.6-r1.ebuild: + keyword ~arm, bug #440678 12 Nov 2012; Anthony G. Basile <blueness@gentoo.org> cll1h-0.6-r1.ebuild: keyword ~ppc64, bug #440678 diff --git a/dev-lang/cll1h/cll1h-0.6-r1.ebuild b/dev-lang/cll1h/cll1h-0.6-r1.ebuild index 1efc651cd9f7..64d517f26b25 100644 --- a/dev-lang/cll1h/cll1h-0.6-r1.ebuild +++ b/dev-lang/cll1h/cll1h-0.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/cll1h/cll1h-0.6-r1.ebuild,v 1.2 2012/11/12 12:07:00 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cll1h/cll1h-0.6-r1.ebuild,v 1.3 2012/11/12 23:48:42 blueness Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="http://gpl.arachne.cz/download/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~amd64-linux ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" DEPEND="" |