diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-28 13:58:09 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-28 13:58:09 +0000 |
commit | f765109da7d01105c5486b162aee0723499d054b (patch) | |
tree | e31dfb15c609766bb72f3443dfa8163aa2e6551e /dev-libs/boehm-gc | |
parent | Stable for ia64, wrt bug #530904 (diff) | |
download | gentoo-2-f765109da7d01105c5486b162aee0723499d054b.tar.gz gentoo-2-f765109da7d01105c5486b162aee0723499d054b.tar.bz2 gentoo-2-f765109da7d01105c5486b162aee0723499d054b.zip |
Stable for ia64, wrt bug #538126
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/boehm-gc')
-rw-r--r-- | dev-libs/boehm-gc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/boehm-gc/ChangeLog b/dev-libs/boehm-gc/ChangeLog index 8592375d6e16..ee1e20365d76 100644 --- a/dev-libs/boehm-gc/ChangeLog +++ b/dev-libs/boehm-gc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/boehm-gc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.125 2015/02/27 11:36:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.126 2015/02/28 13:58:09 ago Exp $ + + 28 Feb 2015; Agostino Sarubbo <ago@gentoo.org> boehm-gc-7.4.2.ebuild: + Stable for ia64, wrt bug #538126 27 Feb 2015; Agostino Sarubbo <ago@gentoo.org> boehm-gc-7.4.2.ebuild: Stable for sparc, wrt bug #538126 diff --git a/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild b/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild index 5b71dcf88794..5bb21191a648 100644 --- a/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild,v 1.9 2015/02/27 11:36:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild,v 1.10 2015/02/28 13:58:09 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://www.hboehm.info/gc/gc_source/${MY_P}.tar.gz" LICENSE="boehm-gc" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="cxx static-libs threads" DEPEND=">=dev-libs/libatomic_ops-7.4 |