diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-12-22 11:02:09 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-12-22 11:02:09 +0000 |
commit | d57b5474a91c1cfaaec2b1f5fe286e30ae2634b0 (patch) | |
tree | c7864d3a0733254d9da5ac8499f2139bb0f4dfc0 /dev-util/oprofile | |
parent | move the subversion useflag from local to global (diff) | |
download | gentoo-2-d57b5474a91c1cfaaec2b1f5fe286e30ae2634b0.tar.gz gentoo-2-d57b5474a91c1cfaaec2b1f5fe286e30ae2634b0.tar.bz2 gentoo-2-d57b5474a91c1cfaaec2b1f5fe286e30ae2634b0.zip |
ppc stable, bug #202629
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'dev-util/oprofile')
-rw-r--r-- | dev-util/oprofile/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/oprofile/oprofile-0.9.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/oprofile/ChangeLog b/dev-util/oprofile/ChangeLog index fb7f3c6bca7a..2b54aa42ff1f 100644 --- a/dev-util/oprofile/ChangeLog +++ b/dev-util/oprofile/ChangeLog @@ -1,6 +1,10 @@ # 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.42 2007/12/20 15:30:44 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.43 2007/12/22 11:02:09 dertobi123 Exp $ + + 22 Dec 2007; Tobias Scherbaum <dertobi123@gentoo.org> + oprofile-0.9.3.ebuild: + ppc stable, bug #202629 20 Dec 2007; Markus Meier <maekke@gentoo.org> oprofile-0.9.3.ebuild: quotes and x86 stable, bug #202629 diff --git a/dev-util/oprofile/oprofile-0.9.3.ebuild b/dev-util/oprofile/oprofile-0.9.3.ebuild index aedd0a4715ce..62a15d46af0c 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 # 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.2 2007/12/20 15:30:44 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.3.ebuild,v 1.3 2007/12/22 11:02:09 dertobi123 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 |