summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-03-24 11:14:38 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-03-24 11:14:38 +0000
commit7cdec28e5074f03fdef18190b768dfa979f9db9f (patch)
tree42203f2e6e89446440d267222b4cc1abc44bb274 /sys-process
parentStable for amd64, wrt bug #409405 (diff)
downloadgentoo-2-7cdec28e5074f03fdef18190b768dfa979f9db9f.tar.gz
gentoo-2-7cdec28e5074f03fdef18190b768dfa979f9db9f.tar.bz2
gentoo-2-7cdec28e5074f03fdef18190b768dfa979f9db9f.zip
Stable for amd64, wrt bug #409407
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/latencytop/ChangeLog7
-rw-r--r--sys-process/latencytop/latencytop-0.5.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-process/latencytop/ChangeLog b/sys-process/latencytop/ChangeLog
index 19058d10c7bf..6472e07e492a 100644
--- a/sys-process/latencytop/ChangeLog
+++ b/sys-process/latencytop/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-process/latencytop
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/latencytop/ChangeLog,v 1.7 2009/12/29 06:31:34 vapier Exp $
+# 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 $
+
+ 24 Mar 2012; Agostino Sarubbo <ago@gentoo.org> latencytop-0.5.ebuild:
+ Stable for amd64, wrt bug #409407
29 Dec 2009; Mike Frysinger <vapier@gentoo.org> latencytop-0.5.ebuild:
Fix building when USE=-gtk #297461 by Andrei Slavoiu.
diff --git a/sys-process/latencytop/latencytop-0.5.ebuild b/sys-process/latencytop/latencytop-0.5.ebuild
index 8224ef5a3150..a66196e8da6f 100644
--- a/sys-process/latencytop/latencytop-0.5.ebuild
+++ b/sys-process/latencytop/latencytop-0.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# 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.2 2009/12/29 06:31:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/latencytop/latencytop-0.5.ebuild,v 1.3 2012/03/24 11:14:38 ago 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*