diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-04-12 18:18:10 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-04-12 18:18:10 +0000 |
commit | b2994000d1f5605491b05c9f5e5bfd71a984ab46 (patch) | |
tree | 04f44107edce38dfe3d32444a00dee3126531455 /dev-libs/jemalloc | |
parent | Call Python-related functions only with USE="python". (diff) | |
download | gentoo-2-b2994000d1f5605491b05c9f5e5bfd71a984ab46.tar.gz gentoo-2-b2994000d1f5605491b05c9f5e5bfd71a984ab46.tar.bz2 gentoo-2-b2994000d1f5605491b05c9f5e5bfd71a984ab46.zip |
whitespace
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'dev-libs/jemalloc')
-rw-r--r-- | dev-libs/jemalloc/jemalloc-2.2.1-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-libs/jemalloc/jemalloc-2.2.1-r1.ebuild b/dev-libs/jemalloc/jemalloc-2.2.1-r1.ebuild index 67bb23a83393..14d6e419ddb9 100644 --- a/dev-libs/jemalloc/jemalloc-2.2.1-r1.ebuild +++ b/dev-libs/jemalloc/jemalloc-2.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/jemalloc-2.2.1-r1.ebuild,v 1.1 2011/04/11 15:50:23 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/jemalloc-2.2.1-r1.ebuild,v 1.2 2011/04/12 18:18:10 mr_bones_ Exp $ EAPI="2" @@ -37,4 +37,3 @@ src_configure() { src_install() { make DESTDIR="${D}" install } - |