diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-08-11 22:10:08 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-08-11 22:10:08 +0000 |
commit | 9fd59896937d13a76b874ba7e72eebef97860d4d (patch) | |
tree | 2ebd7f8982b22de726208e69cb4d286e6fca6626 /dev-util/google-perftools | |
parent | Keyword ~ppc, ~ppc64 for bug #519618 (diff) | |
download | gentoo-2-9fd59896937d13a76b874ba7e72eebef97860d4d.tar.gz gentoo-2-9fd59896937d13a76b874ba7e72eebef97860d4d.tar.bz2 gentoo-2-9fd59896937d13a76b874ba7e72eebef97860d4d.zip |
Keyword ~ppc, ~ppc64 for bug #519618
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-util/google-perftools')
-rw-r--r-- | dev-util/google-perftools/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/google-perftools/google-perftools-2.0-r2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/google-perftools/ChangeLog b/dev-util/google-perftools/ChangeLog index ddf33a11f674..64e21c8beb4e 100644 --- a/dev-util/google-perftools/ChangeLog +++ b/dev-util/google-perftools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/google-perftools -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/google-perftools/ChangeLog,v 1.29 2013/06/25 16:56:48 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/google-perftools/ChangeLog,v 1.30 2014/08/11 22:10:08 blueness Exp $ + + 11 Aug 2014; Anthony G. Basile <blueness@gentoo.org> + google-perftools-2.0-r2.ebuild: + Keyword ~ppc, ~ppc64 for bug #519618 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> google-perftools-2.0-r2.ebuild: Stable for amd64, wrt bug #473292 diff --git a/dev-util/google-perftools/google-perftools-2.0-r2.ebuild b/dev-util/google-perftools/google-perftools-2.0-r2.ebuild index beb3201daa40..59e57931f9ee 100644 --- a/dev-util/google-perftools/google-perftools-2.0-r2.ebuild +++ b/dev-util/google-perftools/google-perftools-2.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/google-perftools/google-perftools-2.0-r2.ebuild,v 1.5 2013/06/25 16:56:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/google-perftools/google-perftools-2.0-r2.ebuild,v 1.6 2014/08/11 22:10:08 blueness Exp $ EAPI=5 @@ -19,7 +19,7 @@ SLOT="0/4" # linux x86/amd64/ppc/ppc64/arm # OSX ppc/amd64 # AIX ppc/ppc64 -KEYWORDS="-* amd64 arm ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="-* amd64 arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="largepages +debug minimal test static-libs" DEPEND="sys-libs/libunwind" |