summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2011-05-22 16:41:59 +0000
committerMatt Turner <mattst88@gentoo.org>2011-05-22 16:41:59 +0000
commite0e057367e212ff15f9c431a3ddde9ae4b340e98 (patch)
tree04a373182152a8966d28a51ac5f76298e824ac48 /dev-util
parentstable x86, bug 364829 (diff)
downloadgentoo-2-e0e057367e212ff15f9c431a3ddde9ae4b340e98.tar.gz
gentoo-2-e0e057367e212ff15f9c431a3ddde9ae4b340e98.tar.bz2
gentoo-2-e0e057367e212ff15f9c431a3ddde9ae4b340e98.zip
Add ~alpha keyword
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/oprofile/ChangeLog7
-rw-r--r--dev-util/oprofile/oprofile-0.9.6.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/oprofile/ChangeLog b/dev-util/oprofile/ChangeLog
index 1f553bff73b8..883852184ebe 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.65 2010/07/18 18:46:07 armin76 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.66 2011/05/22 16:41:59 mattst88 Exp $
+
+ 22 May 2011; Matt Turner <mattst88@gentoo.org> oprofile-0.9.6.ebuild:
+ Add ~alpha keyword
18 Jul 2010; Raúl Porcel <armin76@gentoo.org> oprofile-0.9.6.ebuild:
Add ~arm, tested by ssvb
diff --git a/dev-util/oprofile/oprofile-0.9.6.ebuild b/dev-util/oprofile/oprofile-0.9.6.ebuild
index ed801df381e0..a77e01b3c9d9 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
+# Copyright 1999-2011 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.6 2010/07/18 18:46:07 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6.ebuild,v 1.7 2011/05/22 16:41:59 mattst88 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 ~arm hppa ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm hppa ppc ~ppc64 ~sparc x86"
IUSE=""
DEPEND=">=dev-libs/popt-1.7-r1