diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-07-14 21:29:50 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-07-14 21:29:50 +0000 |
commit | 955c68e382f5f7d0787f8decce0f9c9b7f4c5fb1 (patch) | |
tree | a95e1458e5ccde960196039ff6f704048dc24e2f /net-analyzer/nload | |
parent | Stable on amd64 wrt bug #375013 (diff) | |
download | gentoo-2-955c68e382f5f7d0787f8decce0f9c9b7f4c5fb1.tar.gz gentoo-2-955c68e382f5f7d0787f8decce0f9c9b7f4c5fb1.tar.bz2 gentoo-2-955c68e382f5f7d0787f8decce0f9c9b7f4c5fb1.zip |
Stable on amd64 wrt bug #374661
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/nload')
-rw-r--r-- | net-analyzer/nload/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/nload/nload-0.7.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/nload/ChangeLog b/net-analyzer/nload/ChangeLog index 0d131efc8f93..8f98d5eb0130 100644 --- a/net-analyzer/nload/ChangeLog +++ b/net-analyzer/nload/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/nload # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/ChangeLog,v 1.32 2011/06/12 18:00:31 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/ChangeLog,v 1.33 2011/07/14 21:29:50 hwoarang Exp $ + + 14 Jul 2011; Markos Chandras <hwoarang@gentoo.org> nload-0.7.3.ebuild: + Stable on amd64 wrt bug #374661 *nload-0.7.3 (12 Jun 2011) diff --git a/net-analyzer/nload/nload-0.7.3.ebuild b/net-analyzer/nload/nload-0.7.3.ebuild index 588ae81a2084..d343c8609074 100644 --- a/net-analyzer/nload/nload-0.7.3.ebuild +++ b/net-analyzer/nload/nload-0.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.7.3.ebuild,v 1.1 2011/06/12 18:00:32 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.7.3.ebuild,v 1.2 2011/07/14 21:29:50 hwoarang Exp $ EAPI="4" @@ -10,7 +10,7 @@ SRC_URI="http://www.roland-riegel.de/nload/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~sparc ~x86" IUSE="" DEPEND=">=sys-libs/ncurses-5.2" |