diff options
author | Matt Turner <mattst88@gentoo.org> | 2012-05-18 23:30:20 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2012-05-18 23:30:20 +0000 |
commit | b0976ca76ea762a1d562e2218ff86236bbb09d39 (patch) | |
tree | f18d1a2eb5cc52f59aeda293612cdc144f8b0c3b /dev-util/oprofile | |
parent | Version bump, fixes build with gcc-4.7. Simplify ebuild and correct reference... (diff) | |
download | gentoo-2-b0976ca76ea762a1d562e2218ff86236bbb09d39.tar.gz gentoo-2-b0976ca76ea762a1d562e2218ff86236bbb09d39.tar.bz2 gentoo-2-b0976ca76ea762a1d562e2218ff86236bbb09d39.zip |
Added ~mips.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/oprofile')
-rw-r--r-- | dev-util/oprofile/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/oprofile/oprofile-0.9.7.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/oprofile/ChangeLog b/dev-util/oprofile/ChangeLog index 64d37f2278e6..6ca3e0396f89 100644 --- a/dev-util/oprofile/ChangeLog +++ b/dev-util/oprofile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/oprofile -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.78 2011/08/13 12:23:07 pva Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.79 2012/05/18 23:30:20 mattst88 Exp $ + + 18 May 2012; Matt Turner <mattst88@gentoo.org> oprofile-0.9.7.ebuild: + Added ~mips. *oprofile-0.9.7 (13 Aug 2011) diff --git a/dev-util/oprofile/oprofile-0.9.7.ebuild b/dev-util/oprofile/oprofile-0.9.7.ebuild index 7c8e68045189..ed3b91a542d0 100644 --- a/dev-util/oprofile/oprofile-0.9.7.ebuild +++ b/dev-util/oprofile/oprofile-0.9.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.7.ebuild,v 1.1 2011/08/13 12:23:07 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.7.ebuild,v 1.2 2012/05/18 23:30:20 mattst88 Exp $ EAPI=2 inherit eutils linux-info java-pkg-opt-2 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/oprofile/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="java pch qt4" DEPEND=">=dev-libs/popt-1.7-r1 |