diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 18:55:32 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 18:55:32 +0000 |
commit | 04fb251fdf13c6677233593fa6bd0073ce98e8fe (patch) | |
tree | 015ecef5b02c47e0d5c0808bb85e3d75f53849ed /dev-util | |
parent | Stable for ppc, wrt bug #492690 (diff) | |
download | gentoo-2-04fb251fdf13c6677233593fa6bd0073ce98e8fe.tar.gz gentoo-2-04fb251fdf13c6677233593fa6bd0073ce98e8fe.tar.bz2 gentoo-2-04fb251fdf13c6677233593fa6bd0073ce98e8fe.zip |
Stable for ppc, wrt bug #467348
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/oprofile/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/oprofile/oprofile-0.9.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/oprofile/ChangeLog b/dev-util/oprofile/ChangeLog index 3883d495c0e0..9e4fc1552d04 100644 --- a/dev-util/oprofile/ChangeLog +++ b/dev-util/oprofile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/oprofile # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.92 2013/11/11 18:55:13 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.93 2013/12/21 18:55:32 ago Exp $ + + 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> oprofile-0.9.9.ebuild: + Stable for ppc, wrt bug #467348 *oprofile-0.9.9 (11 Nov 2013) diff --git a/dev-util/oprofile/oprofile-0.9.9.ebuild b/dev-util/oprofile/oprofile-0.9.9.ebuild index be7fe3171ac2..a1d78992c482 100644 --- a/dev-util/oprofile/oprofile-0.9.9.ebuild +++ b/dev-util/oprofile/oprofile-0.9.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.9.ebuild,v 1.1 2013/11/11 18:55:13 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.9.ebuild,v 1.2 2013/12/21 18:55:32 ago Exp $ EAPI="5" inherit eutils linux-info multilib user java-pkg-opt-2 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~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 |