summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-05-21 18:59:31 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-05-21 18:59:31 +0000
commit69b02a5e1b936d71ba8d867927da9f8475178474 (patch)
tree39508090bed5bc71da1778b49f336575592bcdb2 /dev-libs
parentAdd missing inheritance of eutils.eclass (diff)
downloadgentoo-2-69b02a5e1b936d71ba8d867927da9f8475178474.tar.gz
gentoo-2-69b02a5e1b936d71ba8d867927da9f8475178474.tar.bz2
gentoo-2-69b02a5e1b936d71ba8d867927da9f8475178474.zip
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/jemalloc/ChangeLog6
-rw-r--r--dev-libs/jemalloc/jemalloc-2.2.5-r1.ebuild4
-rw-r--r--dev-libs/jemalloc/jemalloc-2.2.5.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-libs/jemalloc/ChangeLog b/dev-libs/jemalloc/ChangeLog
index f511b87d9bb7..d01c1a0521f2 100644
--- a/dev-libs/jemalloc/ChangeLog
+++ b/dev-libs/jemalloc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/jemalloc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/ChangeLog,v 1.13 2012/04/26 11:49:56 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/ChangeLog,v 1.14 2012/05/21 18:59:31 xarthisius Exp $
+
+ 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> jemalloc-2.2.5-r1.ebuild,
+ jemalloc-2.2.5.ebuild:
+ Add missing inheritance of eutils.eclass
26 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> jemalloc-2.2.5.ebuild:
Stable on ppc wrt bug#411449.
diff --git a/dev-libs/jemalloc/jemalloc-2.2.5-r1.ebuild b/dev-libs/jemalloc/jemalloc-2.2.5-r1.ebuild
index 73a45e2e693c..dccae7b8ffe8 100644
--- a/dev-libs/jemalloc/jemalloc-2.2.5-r1.ebuild
+++ b/dev-libs/jemalloc/jemalloc-2.2.5-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/jemalloc-2.2.5-r1.ebuild,v 1.1 2012/02/26 04:05:32 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/jemalloc-2.2.5-r1.ebuild,v 1.2 2012/05/21 18:59:31 xarthisius Exp $
EAPI=4
-inherit autotools
+inherit autotools eutils
DESCRIPTION="Jemalloc is a general-purpose scalable concurrent allocator"
HOMEPAGE="http://www.canonware.com/jemalloc/"
diff --git a/dev-libs/jemalloc/jemalloc-2.2.5.ebuild b/dev-libs/jemalloc/jemalloc-2.2.5.ebuild
index a5fcdb3aa59d..a3c43b51f242 100644
--- a/dev-libs/jemalloc/jemalloc-2.2.5.ebuild
+++ b/dev-libs/jemalloc/jemalloc-2.2.5.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/jemalloc-2.2.5.ebuild,v 1.5 2012/04/26 11:49:56 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/jemalloc-2.2.5.ebuild,v 1.6 2012/05/21 18:59:31 xarthisius Exp $
EAPI=4
-inherit autotools
+inherit autotools eutils
DESCRIPTION="Jemalloc is a general-purpose scalable concurrent allocator"
HOMEPAGE="http://www.canonware.com/jemalloc/"