diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-12-02 08:53:50 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-12-02 08:53:50 +0000 |
commit | 2397c3c7cda168cc87872de96373135e10095225 (patch) | |
tree | 1d374632d22cd92813020497208a13acae3728de /dev-lang | |
parent | Revision bump, fixes bug #440390 (diff) | |
download | gentoo-2-2397c3c7cda168cc87872de96373135e10095225.tar.gz gentoo-2-2397c3c7cda168cc87872de96373135e10095225.tar.bz2 gentoo-2-2397c3c7cda168cc87872de96373135e10095225.zip |
Marked ~x{86,64}-macos, bug #440678
(Portage version: 2.2.01.21313-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'dev-lang')
-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 62c52465afe2..8c25c6d6feb4 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.10 2012/11/12 23:48:42 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cll1h/ChangeLog,v 1.11 2012/12/02 08:53:50 grobian Exp $ + + 02 Dec 2012; Fabian Groffen <grobian@gentoo.org> cll1h-0.6-r1.ebuild: + Marked ~x{86,64}-macos, bug #440678 12 Nov 2012; Anthony G. Basile <blueness@gentoo.org> cll1h-0.6-r1.ebuild: keyword ~arm, bug #440678 diff --git a/dev-lang/cll1h/cll1h-0.6-r1.ebuild b/dev-lang/cll1h/cll1h-0.6-r1.ebuild index 64d517f26b25..389e47cc3762 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.3 2012/11/12 23:48:42 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cll1h/cll1h-0.6-r1.ebuild,v 1.4 2012/12/02 08:53:50 grobian 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 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" DEPEND="" |