diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-03-14 16:13:58 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-03-14 16:13:58 +0000 |
commit | 03f9044308ce0d8bb0560ffdb755280c0eb3ff8a (patch) | |
tree | 17b826c9e60853e6aa56a37b1e998d1f86d4fc50 /sys-process | |
parent | lift mask for removed rzip-2.1 (diff) | |
download | gentoo-2-03f9044308ce0d8bb0560ffdb755280c0eb3ff8a.tar.gz gentoo-2-03f9044308ce0d8bb0560ffdb755280c0eb3ff8a.tar.bz2 gentoo-2-03f9044308ce0d8bb0560ffdb755280c0eb3ff8a.zip |
Stable on amd64 wrt bug #309217
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/atop/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/atop/atop-1.23.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-process/atop/ChangeLog b/sys-process/atop/ChangeLog index 28a05cf785a0..7953d04a9b57 100644 --- a/sys-process/atop/ChangeLog +++ b/sys-process/atop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/atop # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/atop/ChangeLog,v 1.27 2010/03/13 04:21:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/atop/ChangeLog,v 1.28 2010/03/14 16:13:58 hwoarang Exp $ + + 14 Mar 2010; Markos Chandras <hwoarang@gentoo.org> atop-1.23.ebuild: + Stable on amd64 wrt bug #309217 *atop-1.24 (13 Mar 2010) diff --git a/sys-process/atop/atop-1.23.ebuild b/sys-process/atop/atop-1.23.ebuild index 0cec6d3a79e6..55a359d81cb7 100644 --- a/sys-process/atop/atop-1.23.ebuild +++ b/sys-process/atop/atop-1.23.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/atop/atop-1.23.ebuild,v 1.2 2009/03/19 13:19:28 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/atop/atop-1.23.ebuild,v 1.3 2010/03/14 16:13:58 hwoarang 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 ~hppa ~ppc ~x86" +KEYWORDS="amd64 ~hppa ~ppc ~x86" IUSE="" DEPEND="sys-process/acct" |