summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2013-01-20 23:30:53 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2013-01-20 23:30:53 +0000
commit9b08cd22322ecc7ac20b9e1b19125a469ec619a2 (patch)
treefc22cafff6b79b0111d58c609ead7ecf1e01d6dd /dev-util/google-perftools
parentBump for bug #442000 to help arm and other arches. (diff)
downloadgentoo-2-9b08cd22322ecc7ac20b9e1b19125a469ec619a2.tar.gz
gentoo-2-9b08cd22322ecc7ac20b9e1b19125a469ec619a2.tar.bz2
gentoo-2-9b08cd22322ecc7ac20b9e1b19125a469ec619a2.zip
This contains ASM it turns out, with support only for some arches.
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-util/google-perftools')
-rw-r--r--dev-util/google-perftools/ChangeLog8
-rw-r--r--dev-util/google-perftools/google-perftools-1.8.3.ebuild11
-rw-r--r--dev-util/google-perftools/google-perftools-2.0.ebuild11
3 files changed, 22 insertions, 8 deletions
diff --git a/dev-util/google-perftools/ChangeLog b/dev-util/google-perftools/ChangeLog
index 52eb6ff57465..fd063a13a9ae 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/google-perftools/ChangeLog,v 1.20 2012/11/02 00:48:32 blueness Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/google-perftools/ChangeLog,v 1.21 2013/01/20 23:30:53 robbat2 Exp $
+
+ 20 Jan 2013; Robin H. Johnson <robbat2@gentoo.org>
+ google-perftools-1.8.3.ebuild, google-perftools-2.0.ebuild:
+ This contains ASM it turns out, with support only for some arches.
02 Nov 2012; Anthony G. Basile <blueness@gentoo.org>
google-perftools-2.0.ebuild:
diff --git a/dev-util/google-perftools/google-perftools-1.8.3.ebuild b/dev-util/google-perftools/google-perftools-1.8.3.ebuild
index e200f51426cb..d0fa04d9fb83 100644
--- a/dev-util/google-perftools/google-perftools-1.8.3.ebuild
+++ b/dev-util/google-perftools/google-perftools-1.8.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/google-perftools/google-perftools-1.8.3.ebuild,v 1.4 2012/06/25 06:28:33 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/google-perftools/google-perftools-1.8.3.ebuild,v 1.5 2013/01/20 23:30:53 robbat2 Exp $
EAPI=4
@@ -12,7 +12,12 @@ SRC_URI="http://google-perftools.googlecode.com/files/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 x86 ~x86-fbsd"
+# contains ASM code, with support for
+# freebsd x86/amd64
+# linux x86/amd64/ppc/ppc64/arm
+# OSX ppc/amd64
+# AIX ppc/ppc64
+KEYWORDS="-* amd64 x86 ~x86-fbsd"
IUSE="largepages +debug minimal" # test"
DEPEND="sys-libs/libunwind"
diff --git a/dev-util/google-perftools/google-perftools-2.0.ebuild b/dev-util/google-perftools/google-perftools-2.0.ebuild
index 09ec91d3e117..7e47543c5131 100644
--- a/dev-util/google-perftools/google-perftools-2.0.ebuild
+++ b/dev-util/google-perftools/google-perftools-2.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 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.ebuild,v 1.3 2012/11/02 00:48:32 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/google-perftools/google-perftools-2.0.ebuild,v 1.4 2013/01/20 23:30:53 robbat2 Exp $
EAPI=4
@@ -14,7 +14,12 @@ SRC_URI="http://gperftools.googlecode.com/files/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd"
+# contains ASM code, with support for
+# freebsd x86/amd64
+# linux x86/amd64/ppc/ppc64/arm
+# OSX ppc/amd64
+# AIX ppc/ppc64
+KEYWORDS="-* ~amd64 ~ppc64 ~x86 ~x86-fbsd"
IUSE="largepages +debug minimal test"
DEPEND="sys-libs/libunwind"