diff options
author | Joseph Jezak <josejx@gentoo.org> | 2005-07-18 16:05:40 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2005-07-18 16:05:40 +0000 |
commit | f33c8d37c7f2e0254e1944bb2680b62c1a90d733 (patch) | |
tree | 3c5a86f61449459c797eba826c27e38982ba566b /dev-util | |
parent | fix the autoconf version to be more up to date, thanks to: Jeff Spencer <j... (diff) | |
download | gentoo-2-f33c8d37c7f2e0254e1944bb2680b62c1a90d733.tar.gz gentoo-2-f33c8d37c7f2e0254e1944bb2680b62c1a90d733.tar.bz2 gentoo-2-f33c8d37c7f2e0254e1944bb2680b62c1a90d733.zip |
Marked ppc stable.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-util')
-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 06fd92e08aa1..d40264a6b582 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.18 2005/07/07 18:34:29 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.19 2005/07/18 16:05:40 josejx Exp $ + + 18 Jul 2005; Joseph Jezak <josejx@gentoo.org> oprofile-0.9.ebuild: + Marked ppc stable. 07 Jul 2005; Michał Januszewski <spock@gentoo.org> oprofile-0.9.ebuild: Marked stable on x86. diff --git a/dev-util/oprofile/oprofile-0.9.ebuild b/dev-util/oprofile/oprofile-0.9.ebuild index 3492795c013b..d0853adcd597 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.2 2005/07/07 18:34:29 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.ebuild,v 1.3 2005/07/18 16:05:40 josejx 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="~amd64 ppc x86" # IUSE: it also needs kernel sources but all gentoo users have them IUSE="qt" DEPEND=">=dev-libs/popt-1.7-r1 |