diff options
author | Scott Stoddard <deltacow@gentoo.org> | 2006-03-11 20:47:17 +0000 |
---|---|---|
committer | Scott Stoddard <deltacow@gentoo.org> | 2006-03-11 20:47:17 +0000 |
commit | 91e6ba892953b067ac3e6377195cf0a73b55a64f (patch) | |
tree | 04bec9cbc5c4b9753b913586af046f4ec5675847 /sys-process/atop | |
parent | version bump (diff) | |
download | gentoo-2-91e6ba892953b067ac3e6377195cf0a73b55a64f.tar.gz gentoo-2-91e6ba892953b067ac3e6377195cf0a73b55a64f.tar.bz2 gentoo-2-91e6ba892953b067ac3e6377195cf0a73b55a64f.zip |
stable on amd64.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'sys-process/atop')
-rw-r--r-- | sys-process/atop/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/atop/atop-1.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/atop/ChangeLog b/sys-process/atop/ChangeLog index 1efa033e1ffb..185cea6963dd 100644 --- a/sys-process/atop/ChangeLog +++ b/sys-process/atop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/atop # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/atop/ChangeLog,v 1.6 2006/02/25 17:00:45 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/atop/ChangeLog,v 1.7 2006/03/11 20:47:17 deltacow Exp $ + + 11 Mar 2006; Scott Stoddard <deltacow@gentoo.org> atop-1.15.ebuild: + Stable on amd64. 25 Feb 2006; Andrej Kacian <ticho@gentoo.org> atop-1.15.ebuild: Stable on x86. Bug #12405, reported by Daniel Webert <rockoo at gmail.com>. diff --git a/sys-process/atop/atop-1.15.ebuild b/sys-process/atop/atop-1.15.ebuild index df1a7a901288..7765ce53129e 100644 --- a/sys-process/atop/atop-1.15.ebuild +++ b/sys-process/atop/atop-1.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/atop/atop-1.15.ebuild,v 1.2 2006/02/25 17:00:45 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/atop/atop-1.15.ebuild,v 1.3 2006/03/11 20:47:17 deltacow Exp $ DESCRIPTION="Resource-specific view of processes" HOMEPAGE="http://www.atcomputing.nl/Tools/atop" @@ -8,7 +8,7 @@ SRC_URI="http://www.atconsultancy.nl/atop/packages/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="sys-process/acct" |