summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFriedrich Oslage <bluebird@gentoo.org>2008-07-06 10:18:09 +0000
committerFriedrich Oslage <bluebird@gentoo.org>2008-07-06 10:18:09 +0000
commit5fd7d289bcdf377d7f68658c8a0e25d41b4bc700 (patch)
treef57bae75dc04c15a1b90026737b8d018fa63d370 /sys-process
parentFixed a leading ',' in lapack_dirs and forced scons to be at least 0.98. (diff)
downloadgentoo-2-5fd7d289bcdf377d7f68658c8a0e25d41b4bc700.tar.gz
gentoo-2-5fd7d289bcdf377d7f68658c8a0e25d41b4bc700.tar.bz2
gentoo-2-5fd7d289bcdf377d7f68658c8a0e25d41b4bc700.zip
Add ~sparc keyword
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/iotop/ChangeLog5
-rw-r--r--sys-process/iotop/iotop-0.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/iotop/ChangeLog b/sys-process/iotop/ChangeLog
index cd1250cf6dd4..8353d1198620 100644
--- a/sys-process/iotop/ChangeLog
+++ b/sys-process/iotop/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-process/iotop
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.2 2008/06/26 17:21:50 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.3 2008/07/06 10:18:09 bluebird Exp $
+
+ 06 Jul 2008; Friedrich Oslage <bluebird@gentoo.org> iotop-0.2.ebuild:
+ Add ~sparc keyword
26 Jun 2008; Donnie Berkholz <dberkholz@gentoo.org>; iotop-0.2.ebuild:
Also check for CONFIG_TASKSTATS.
diff --git a/sys-process/iotop/iotop-0.2.ebuild b/sys-process/iotop/iotop-0.2.ebuild
index 606af5c2e409..8c8471ce4a98 100644
--- a/sys-process/iotop/iotop-0.2.ebuild
+++ b/sys-process/iotop/iotop-0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.2.ebuild,v 1.2 2008/06/26 17:21:50 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.2.ebuild,v 1.3 2008/07/06 10:18:09 bluebird Exp $
inherit distutils linux-info
@@ -9,7 +9,7 @@ HOMEPAGE="http://guichaz.free.fr/iotop/"
SRC_URI="${HOMEPAGE}/files/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~sparc ~x86"
IUSE=""
RDEPEND=">=dev-lang/python-2.5"
DEPEND="${RDEPEND}"