diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-04-21 10:28:40 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-04-21 10:28:40 +0000 |
commit | d890e7daf5225b2d29bcb5b944aeb1c35f6c212e (patch) | |
tree | c0732648242a736fc41de87caeba31269b719532 /dev-lang/orc | |
parent | Stable for arm, wrt bug #507568 (diff) | |
download | gentoo-2-d890e7daf5225b2d29bcb5b944aeb1c35f6c212e.tar.gz gentoo-2-d890e7daf5225b2d29bcb5b944aeb1c35f6c212e.tar.bz2 gentoo-2-d890e7daf5225b2d29bcb5b944aeb1c35f6c212e.zip |
Stable for arm, wrt bug #507568
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-lang/orc')
-rw-r--r-- | dev-lang/orc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/orc/orc-0.4.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/orc/ChangeLog b/dev-lang/orc/ChangeLog index 90c64be413c8..688ad253f44e 100644 --- a/dev-lang/orc/ChangeLog +++ b/dev-lang/orc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/orc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.36 2014/03/28 02:37:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.37 2014/04/21 10:28:40 ago Exp $ + + 21 Apr 2014; Agostino Sarubbo <ago@gentoo.org> orc-0.4.18.ebuild: + Stable for arm, wrt bug #507568 28 Mar 2014; Jeroen Roovers <jer@gentoo.org> orc-0.4.18.ebuild: Stable for HPPA (bug #499954). diff --git a/dev-lang/orc/orc-0.4.18.ebuild b/dev-lang/orc/orc-0.4.18.ebuild index f8cb6e9931bc..396fbcfff8c3 100644 --- a/dev-lang/orc/orc-0.4.18.ebuild +++ b/dev-lang/orc/orc-0.4.18.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/dev-lang/orc/orc-0.4.18.ebuild,v 1.4 2014/03/28 02:37:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.18.ebuild,v 1.5 2014/04/21 10:28:40 ago Exp $ EAPI="5" @@ -12,7 +12,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="examples static-libs" RDEPEND="" |