diff options
author | 2015-01-28 10:19:53 +0000 | |
---|---|---|
committer | 2015-01-28 10:19:53 +0000 | |
commit | 77684d3047da605d346b6c910de7a6ca05d49ec2 (patch) | |
tree | e3fcea243601722fd63b8bfe6789fe8ae1540bfd /dev-util | |
parent | Stable for ppc, wrt bug #536696 (diff) | |
download | gentoo-2-77684d3047da605d346b6c910de7a6ca05d49ec2.tar.gz gentoo-2-77684d3047da605d346b6c910de7a6ca05d49ec2.tar.bz2 gentoo-2-77684d3047da605d346b6c910de7a6ca05d49ec2.zip |
Stable for ppc, wrt bug #536166
(Portage version: 2.2.14/cvs/Linux x86_64, 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-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/oprofile/ChangeLog b/dev-util/oprofile/ChangeLog index 468e6a807c9f..4454d0dfd97f 100644 --- a/dev-util/oprofile/ChangeLog +++ b/dev-util/oprofile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/oprofile # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.104 2015/01/26 09:40:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.105 2015/01/28 10:19:53 ago Exp $ + + 28 Jan 2015; Agostino Sarubbo <ago@gentoo.org> oprofile-0.9.9-r1.ebuild: + Stable for ppc, wrt bug #536166 26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> oprofile-0.9.9-r1.ebuild: Stable for x86, wrt bug #536166 diff --git a/dev-util/oprofile/oprofile-0.9.9-r1.ebuild b/dev-util/oprofile/oprofile-0.9.9-r1.ebuild index 1c369dafe9b6..b64046569d06 100644 --- a/dev-util/oprofile/oprofile-0.9.9-r1.ebuild +++ b/dev-util/oprofile/oprofile-0.9.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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-r1.ebuild,v 1.5 2015/01/26 09:40:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.9-r1.ebuild,v 1.6 2015/01/28 10:19:53 ago Exp $ EAPI="5" inherit autotools 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 |