diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-14 10:35:49 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-14 10:35:49 +0000 |
commit | e9a4596c90b6172a155b4861bdb9e0e370825efb (patch) | |
tree | 69c7ccbe1388f4ba47ce591894d76e7c5ecaf553 /dev-lang/orc | |
parent | stable ppc, bug #442432 (diff) | |
download | gentoo-2-e9a4596c90b6172a155b4861bdb9e0e370825efb.tar.gz gentoo-2-e9a4596c90b6172a155b4861bdb9e0e370825efb.tar.bz2 gentoo-2-e9a4596c90b6172a155b4861bdb9e0e370825efb.zip |
stable arm, bug #442438
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-lang/orc')
-rw-r--r-- | dev-lang/orc/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/orc/orc-0.4.16-r1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-lang/orc/ChangeLog b/dev-lang/orc/ChangeLog index 6acc1dc89819..44db223531c3 100644 --- a/dev-lang/orc/ChangeLog +++ b/dev-lang/orc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/orc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.27 2012/11/12 21:02:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.28 2012/11/14 10:35:49 blueness Exp $ + + 14 Nov 2012; Anthony G. Basile <blueness@gentoo.org> orc-0.4.16-r1.ebuild: + stable arm, bug #442438 12 Nov 2012; Jeroen Roovers <jer@gentoo.org> orc-0.4.16-r1.ebuild: Stable for HPPA (bug #442438). @@ -114,4 +117,3 @@ 21 Apr 2010; Samuli Suominen <ssuominen@gentoo.org> +orc-0.4.4.ebuild: Initial commit. - diff --git a/dev-lang/orc/orc-0.4.16-r1.ebuild b/dev-lang/orc/orc-0.4.16-r1.ebuild index 94af2bd2d58b..5295bf35b7e3 100644 --- a/dev-lang/orc/orc-0.4.16-r1.ebuild +++ b/dev-lang/orc/orc-0.4.16-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/orc/orc-0.4.16-r1.ebuild,v 1.2 2012/11/12 21:02:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.16-r1.ebuild,v 1.3 2012/11/14 10:35:49 blueness Exp $ EAPI=4 inherit autotools flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="http://code.entropywave.com/download/orc/${P}.tar.gz" LICENSE="BSD BSD-2" SLOT="0" -KEYWORDS="~amd64 ~arm hppa ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 arm hppa ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs examples" RDEPEND="" |