summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2008-01-07 05:37:34 +0000
committerOlivier Crête <tester@gentoo.org>2008-01-07 05:37:34 +0000
commit124750a697b4d5d51e70fc017dba9cd5b2c3a09b (patch)
tree5a9a097a1ea64d0e343dad88c07445fd79b556b0 /dev-util/oprofile
parentAdd dep on gtk (and check that pidgin has it too) (diff)
downloadhistorical-124750a697b4d5d51e70fc017dba9cd5b2c3a09b.tar.gz
historical-124750a697b4d5d51e70fc017dba9cd5b2c3a09b.tar.bz2
historical-124750a697b4d5d51e70fc017dba9cd5b2c3a09b.zip
Stable on amd64
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'dev-util/oprofile')
-rw-r--r--dev-util/oprofile/ChangeLog7
-rw-r--r--dev-util/oprofile/oprofile-0.9.3.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/oprofile/ChangeLog b/dev-util/oprofile/ChangeLog
index 2b54aa42ff1f..32e238b38ece 100644
--- a/dev-util/oprofile/ChangeLog
+++ b/dev-util/oprofile/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/oprofile
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.43 2007/12/22 11:02:09 dertobi123 Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.44 2008/01/07 05:37:34 tester Exp $
+
+ 07 Jan 2008; <tester@gentoo.org> oprofile-0.9.3.ebuild:
+ Stable on amd64
22 Dec 2007; Tobias Scherbaum <dertobi123@gentoo.org>
oprofile-0.9.3.ebuild:
diff --git a/dev-util/oprofile/oprofile-0.9.3.ebuild b/dev-util/oprofile/oprofile-0.9.3.ebuild
index 62a15d46af0c..9ef6e1c6001b 100644
--- a/dev-util/oprofile/oprofile-0.9.3.ebuild
+++ b/dev-util/oprofile/oprofile-0.9.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.3.ebuild,v 1.3 2007/12/22 11:02:09 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.3.ebuild,v 1.4 2008/01/07 05:37:34 tester Exp $
inherit eutils qt3 linux-info
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/oprofile/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
# IUSE: it also needs kernel sources but all gentoo users have them
IUSE="qt3"
DEPEND=">=dev-libs/popt-1.7-r1