diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-07 21:41:19 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-07 21:41:19 +0000 |
commit | b712e44d690e074859f74e2830b8542c2979609c (patch) | |
tree | 80b2e783891ba4e439dc11b8f6e542cf362d7acc /dev-util/oprofile/oprofile-0.9.7.ebuild | |
parent | Marking jemalloc-2.2.5-r1 ppc for bug 418743 (diff) | |
download | gentoo-2-b712e44d690e074859f74e2830b8542c2979609c.tar.gz gentoo-2-b712e44d690e074859f74e2830b8542c2979609c.tar.bz2 gentoo-2-b712e44d690e074859f74e2830b8542c2979609c.zip |
inherit eutils for epatch, user for enewgroup and enewuser, and multilib for get_libdir
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Diffstat (limited to 'dev-util/oprofile/oprofile-0.9.7.ebuild')
-rw-r--r-- | dev-util/oprofile/oprofile-0.9.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/oprofile/oprofile-0.9.7.ebuild b/dev-util/oprofile/oprofile-0.9.7.ebuild index ed3b91a542d0..a19710ad3d66 100644 --- a/dev-util/oprofile/oprofile-0.9.7.ebuild +++ b/dev-util/oprofile/oprofile-0.9.7.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.7.ebuild,v 1.2 2012/05/18 23:30:20 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.7.ebuild,v 1.3 2012/06/07 21:41:19 zmedico Exp $ EAPI=2 -inherit eutils linux-info java-pkg-opt-2 +inherit eutils linux-info multilib user java-pkg-opt-2 MY_P=${PN}-${PV/_/-} DESCRIPTION="A transparent low-overhead system-wide profiler" |