diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-06-13 13:52:10 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-06-13 13:52:10 +0000 |
commit | b09392f39a840884f3b5a645861ae193e759fc9b (patch) | |
tree | 2c57558743bab3a88d53af66faac1db2d171ec0f /sys-apps/dstat | |
parent | alpha/ia64/x86 stable (diff) | |
download | gentoo-2-b09392f39a840884f3b5a645861ae193e759fc9b.tar.gz gentoo-2-b09392f39a840884f3b5a645861ae193e759fc9b.tar.bz2 gentoo-2-b09392f39a840884f3b5a645861ae193e759fc9b.zip |
x86 stable
(Portage version: 2.1.2.9)
Diffstat (limited to 'sys-apps/dstat')
-rw-r--r-- | sys-apps/dstat/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/dstat/dstat-0.6.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/dstat/ChangeLog b/sys-apps/dstat/ChangeLog index da93456a4137..84d4beb9ecee 100644 --- a/sys-apps/dstat/ChangeLog +++ b/sys-apps/dstat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/dstat # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dstat/ChangeLog,v 1.19 2007/05/01 01:35:25 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dstat/ChangeLog,v 1.20 2007/06/13 13:52:10 armin76 Exp $ + + 13 Jun 2007; Raúl Porcel <armin76@gentoo.org> dstat-0.6.6.ebuild: + x86 stable *dstat-0.6.6 (01 May 2007) diff --git a/sys-apps/dstat/dstat-0.6.6.ebuild b/sys-apps/dstat/dstat-0.6.6.ebuild index 07eb1d024b8e..19ca84956ec6 100644 --- a/sys-apps/dstat/dstat-0.6.6.ebuild +++ b/sys-apps/dstat/dstat-0.6.6.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/sys-apps/dstat/dstat-0.6.6.ebuild,v 1.1 2007/05/01 01:35:25 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dstat/dstat-0.6.6.ebuild,v 1.2 2007/06/13 13:52:10 armin76 Exp $ inherit python @@ -9,7 +9,7 @@ HOMEPAGE="http://dag.wieers.com/home-made/dstat/" SRC_URI="http://dag.wieers.com/home-made/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" RDEPEND="virtual/python" |