diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-04-04 21:01:12 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-04-04 21:01:12 +0000 |
commit | 47dc83e926a65f12df601539a9548f48174311a2 (patch) | |
tree | 39011bf0a85b8d10b1db5bb24fd0c83eb046d056 /sys-process | |
parent | marked x86 per bug 409319 (diff) | |
download | gentoo-2-47dc83e926a65f12df601539a9548f48174311a2.tar.gz gentoo-2-47dc83e926a65f12df601539a9548f48174311a2.tar.bz2 gentoo-2-47dc83e926a65f12df601539a9548f48174311a2.zip |
marked x86 per bug 409407
(Portage version: 2.2.0_alpha99/cvs/Linux i686)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/latencytop/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/latencytop/latencytop-0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/latencytop/ChangeLog b/sys-process/latencytop/ChangeLog index 6472e07e492a..63f9a5678a6d 100644 --- a/sys-process/latencytop/ChangeLog +++ b/sys-process/latencytop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/latencytop # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/latencytop/ChangeLog,v 1.8 2012/03/24 11:14:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/latencytop/ChangeLog,v 1.9 2012/04/04 21:01:12 jdhore Exp $ + + 04 Apr 2012; Jeff Horelick <jdhore@gentoo.org> latencytop-0.5.ebuild: + marked x86 per bug 409407 24 Mar 2012; Agostino Sarubbo <ago@gentoo.org> latencytop-0.5.ebuild: Stable for amd64, wrt bug #409407 diff --git a/sys-process/latencytop/latencytop-0.5.ebuild b/sys-process/latencytop/latencytop-0.5.ebuild index a66196e8da6f..d1dc20700682 100644 --- a/sys-process/latencytop/latencytop-0.5.ebuild +++ b/sys-process/latencytop/latencytop-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/latencytop/latencytop-0.5.ebuild,v 1.3 2012/03/24 11:14:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/latencytop/latencytop-0.5.ebuild,v 1.4 2012/04/04 21:01:12 jdhore Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://www.latencytop.org/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="gtk unicode" RDEPEND="=dev-libs/glib-2* |