diff options
author | 2013-12-22 14:44:55 +0000 | |
---|---|---|
committer | 2013-12-22 14:44:55 +0000 | |
commit | 64038dbc323a9ab195d3ef6168a73de21ece86cb (patch) | |
tree | a13fcd1d349fe479d480dab523a6a7ee7411a77d /dev-libs/boehm-gc | |
parent | Stable for ppc64, wrt bug #467348 (diff) | |
download | gentoo-2-64038dbc323a9ab195d3ef6168a73de21ece86cb.tar.gz gentoo-2-64038dbc323a9ab195d3ef6168a73de21ece86cb.tar.bz2 gentoo-2-64038dbc323a9ab195d3ef6168a73de21ece86cb.zip |
Stable for ppc64, wrt bug #494998
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", 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.2e.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/boehm-gc/ChangeLog b/dev-libs/boehm-gc/ChangeLog index 6efb8cfe18c5..2139aa067a57 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.106 2013/12/22 11:46:41 sera Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.107 2013/12/22 14:44:55 ago Exp $ + + 22 Dec 2013; Agostino Sarubbo <ago@gentoo.org> boehm-gc-7.2e.ebuild: + Stable for ppc64, wrt bug #494998 *boehm-gc-7.4.0 (22 Dec 2013) diff --git a/dev-libs/boehm-gc/boehm-gc-7.2e.ebuild b/dev-libs/boehm-gc/boehm-gc-7.2e.ebuild index 27b53f315c4b..69678f3e2a31 100644 --- a/dev-libs/boehm-gc/boehm-gc-7.2e.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-7.2e.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.2e.ebuild,v 1.1 2013/11/18 18:12:48 sera Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.2e.ebuild,v 1.2 2013/12/22 14:44:55 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/${MY_P}.tar.gz" LICENSE="boehm-gc" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~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 ~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.2 |