diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2007-04-16 13:40:02 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2007-04-16 13:40:02 +0000 |
commit | f231ad4b3bb8b805f59db4aa4eac0a8f5f326295 (patch) | |
tree | 07cf28646c9fcf2875619c31198c0a26a1fc5a69 | |
parent | Removed mask on claws-mail and its plugins (diff) | |
download | gentoo-2-f231ad4b3bb8b805f59db4aa4eac0a8f5f326295.tar.gz gentoo-2-f231ad4b3bb8b805f59db4aa4eac0a8f5f326295.tar.bz2 gentoo-2-f231ad4b3bb8b805f59db4aa4eac0a8f5f326295.zip |
Add ~sparc keyword at user's request (Arkadi Shishlov) --- Bug #174789 ---
builds and generates reports.
(Portage version: 2.1.2.4)
-rw-r--r-- | dev-util/oprofile/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/oprofile/oprofile-0.9.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/oprofile/ChangeLog b/dev-util/oprofile/ChangeLog index 8678e96de4fc..20a8c99029f0 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.38 2007/03/31 17:29:52 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.39 2007/04/16 13:40:02 fmccor Exp $ + + 16 Apr 2007; Ferris McCormick <fmccor@gentoo.org> oprofile-0.9.2.ebuild: + Add ~sparc keyword at user's request (Arkadi Shishlov) --- Bug #174789 --- + builds and generates reports. 31 Mar 2007; Michał Januszewski <spock@gentoo.org> +files/oprofile-0.9.2-amd64.patch, oprofile-0.9.2.ebuild: diff --git a/dev-util/oprofile/oprofile-0.9.2.ebuild b/dev-util/oprofile/oprofile-0.9.2.ebuild index 8ae01d9448e4..e05f265d36ef 100644 --- a/dev-util/oprofile/oprofile-0.9.2.ebuild +++ b/dev-util/oprofile/oprofile-0.9.2.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.2.ebuild,v 1.4 2007/03/31 17:29:52 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.2.ebuild,v 1.5 2007/04/16 13:40:02 fmccor 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 ~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 |