summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2010-07-18 18:46:07 +0000
committerRaúl Porcel <armin76@gentoo.org>2010-07-18 18:46:07 +0000
commit8512fbd5451d7d557153ea092d6ad6f5d4d98b08 (patch)
treefbadb1f52108f02f1257134e3a0d50e75bc65240 /dev-util
parentMinor ebuild fix. (diff)
downloadgentoo-2-8512fbd5451d7d557153ea092d6ad6f5d4d98b08.tar.gz
gentoo-2-8512fbd5451d7d557153ea092d6ad6f5d4d98b08.tar.bz2
gentoo-2-8512fbd5451d7d557153ea092d6ad6f5d4d98b08.zip
Add ~arm, tested by ssvb
(Portage version: 2.1.8.3/cvs/Linux ia64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/oprofile/ChangeLog5
-rw-r--r--dev-util/oprofile/oprofile-0.9.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/oprofile/ChangeLog b/dev-util/oprofile/ChangeLog
index f5c220caad47..1f553bff73b8 100644
--- a/dev-util/oprofile/ChangeLog
+++ b/dev-util/oprofile/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/oprofile
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.64 2010/02/16 16:45:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.65 2010/07/18 18:46:07 armin76 Exp $
+
+ 18 Jul 2010; Raúl Porcel <armin76@gentoo.org> oprofile-0.9.6.ebuild:
+ Add ~arm, tested by ssvb
16 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> oprofile-0.9.6.ebuild:
Remove USE="qt3" wrt #301377, thanks to Ben de Groot for reporting.
diff --git a/dev-util/oprofile/oprofile-0.9.6.ebuild b/dev-util/oprofile/oprofile-0.9.6.ebuild
index 92992054850c..ed801df381e0 100644
--- a/dev-util/oprofile/oprofile-0.9.6.ebuild
+++ b/dev-util/oprofile/oprofile-0.9.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6.ebuild,v 1.5 2010/02/16 16:45:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6.ebuild,v 1.6 2010/07/18 18:46:07 armin76 Exp $
EAPI=1
inherit linux-info
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/oprofile/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 hppa ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm hppa ppc ~ppc64 ~sparc x86"
IUSE=""
DEPEND=">=dev-libs/popt-1.7-r1