diff options
author | Michael Januszewski <spock@gentoo.org> | 2005-07-07 18:36:03 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2005-07-07 18:36:03 +0000 |
commit | 9cc4add63785b8f4a82b05b1587c2bb58349ce99 (patch) | |
tree | df18e057a0d826ad0cfa2ae32bfd90fcc8fb3746 /dev-util/oprofile | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-9cc4add63785b8f4a82b05b1587c2bb58349ce99.tar.gz gentoo-2-9cc4add63785b8f4a82b05b1587c2bb58349ce99.tar.bz2 gentoo-2-9cc4add63785b8f4a82b05b1587c2bb58349ce99.zip |
Stable on x86.
(Portage version: 1.589-cvs)
Diffstat (limited to 'dev-util/oprofile')
-rw-r--r-- | dev-util/oprofile/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/oprofile/oprofile-0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/oprofile/ChangeLog b/dev-util/oprofile/ChangeLog index 5e26b424b41d..06fd92e08aa1 100644 --- a/dev-util/oprofile/ChangeLog +++ b/dev-util/oprofile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/oprofile # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.17 2005/06/17 21:10:58 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.18 2005/07/07 18:34:29 spock Exp $ + + 07 Jul 2005; Michał Januszewski <spock@gentoo.org> oprofile-0.9.ebuild: + Marked stable on x86. 17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> oprofile-0.8.2.ebuild: Stable on ppc. diff --git a/dev-util/oprofile/oprofile-0.9.ebuild b/dev-util/oprofile/oprofile-0.9.ebuild index c509f56eaa9c..3492795c013b 100644 --- a/dev-util/oprofile/oprofile-0.9.ebuild +++ b/dev-util/oprofile/oprofile-0.9.ebuild @@ -1,6 +1,6 @@ # 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.1 2005/06/12 10:32:23 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.ebuild,v 1.2 2005/07/07 18:34:29 spock Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/oprofile/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64" # IUSE: it also needs kernel sources but all gentoo users have them IUSE="qt" DEPEND=">=dev-libs/popt-1.7-r1 |