diff options
author | 2007-06-24 17:19:21 +0000 | |
---|---|---|
committer | 2007-06-24 17:19:21 +0000 | |
commit | 808305a3cbd1bfeb51f71a8f5359389c7a3ed7df (patch) | |
tree | 6aec188a6357f2ad0bb25acc3d9959fbdb4c1729 /x11-apps/xload | |
parent | Mask x11-drivers/mtxdrivers-pro for removal. (diff) | |
download | gentoo-2-808305a3cbd1bfeb51f71a8f5359389c7a3ed7df.tar.gz gentoo-2-808305a3cbd1bfeb51f71a8f5359389c7a3ed7df.tar.bz2 gentoo-2-808305a3cbd1bfeb51f71a8f5359389c7a3ed7df.zip |
Stable on mips, per #175645.
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'x11-apps/xload')
-rw-r--r-- | x11-apps/xload/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xload/xload-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xload/ChangeLog b/x11-apps/xload/ChangeLog index d9c035bf4cc6..aeba7819d0ff 100644 --- a/x11-apps/xload/ChangeLog +++ b/x11-apps/xload/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xload # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xload/ChangeLog,v 1.23 2007/05/20 22:40:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xload/ChangeLog,v 1.24 2007/06/24 17:19:21 kumba Exp $ + + 24 Jun 2007; Joshua Kinard <kumba@gentoo.org> xload-1.0.2.ebuild: + Stable on mips, per #175645. 20 May 2007; Jeroen Roovers <jer@gentoo.org> xload-1.0.2.ebuild: Stable for HPPA (bug #175465). diff --git a/x11-apps/xload/xload-1.0.2.ebuild b/x11-apps/xload/xload-1.0.2.ebuild index 0dcafab68ff6..afb52f3b3dcd 100644 --- a/x11-apps/xload/xload-1.0.2.ebuild +++ b/x11-apps/xload/xload-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xload/xload-1.0.2.ebuild,v 1.5 2007/05/20 22:40:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xload/xload-1.0.2.ebuild,v 1.6 2007/06/24 17:19:21 kumba Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,7 +9,7 @@ inherit x-modular DESCRIPTION="system load average display for X" -KEYWORDS="amd64 ~arm hppa ~mips ~ppc ppc64 ~s390 ~sparc x86" +KEYWORDS="amd64 ~arm hppa mips ~ppc ppc64 ~s390 ~sparc x86" IUSE="xprint" RDEPEND="x11-libs/libXaw" |