diff options
author | 2005-07-29 02:03:31 +0000 | |
---|---|---|
committer | 2005-07-29 02:03:31 +0000 | |
commit | cb0921b0d45a0851427ac42c69e91659a7577227 (patch) | |
tree | 350435f56cc55385ee4ba8c48b7681deffaa569f /dev-util/oprofile | |
parent | fix changelog header (diff) | |
download | gentoo-2-cb0921b0d45a0851427ac42c69e91659a7577227.tar.gz gentoo-2-cb0921b0d45a0851427ac42c69e91659a7577227.tar.bz2 gentoo-2-cb0921b0d45a0851427ac42c69e91659a7577227.zip |
add missing inherit for qt3
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-util/oprofile')
-rw-r--r-- | dev-util/oprofile/oprofile-0.8.2.ebuild | 4 | ||||
-rw-r--r-- | dev-util/oprofile/oprofile-0.9.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/oprofile/oprofile-0.8.2.ebuild b/dev-util/oprofile/oprofile-0.8.2.ebuild index 0696e87c9b5d..ce9db14a64fa 100644 --- a/dev-util/oprofile/oprofile-0.8.2.ebuild +++ b/dev-util/oprofile/oprofile-0.8.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.8.2.ebuild,v 1.6 2005/07/28 14:16:51 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.8.2.ebuild,v 1.7 2005/07/29 02:03:31 swegener Exp $ -inherit eutils +inherit eutils qt3 DESCRIPTION="A transparent low-overhead system-wide profiler" HOMEPAGE="http://oprofile.sourceforge.net" diff --git a/dev-util/oprofile/oprofile-0.9.ebuild b/dev-util/oprofile/oprofile-0.9.ebuild index a4511d8bea88..3c913d153bb3 100644 --- a/dev-util/oprofile/oprofile-0.9.ebuild +++ b/dev-util/oprofile/oprofile-0.9.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.ebuild,v 1.4 2005/07/28 14:16:51 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.ebuild,v 1.5 2005/07/29 02:03:31 swegener Exp $ -inherit eutils +inherit eutils qt3 DESCRIPTION="A transparent low-overhead system-wide profiler" HOMEPAGE="http://oprofile.sourceforge.net" |