diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-06-04 19:32:11 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-06-04 19:32:11 +0000 |
commit | f2486aee60594229baa61d33c2eafe2843c5dec7 (patch) | |
tree | f5e5aff3b053e5c91d343666304082d2610e0900 /net-analyzer/nload | |
parent | Fix metadata. (diff) | |
download | gentoo-2-f2486aee60594229baa61d33c2eafe2843c5dec7.tar.gz gentoo-2-f2486aee60594229baa61d33c2eafe2843c5dec7.tar.bz2 gentoo-2-f2486aee60594229baa61d33c2eafe2843c5dec7.zip |
Stable for amd64, wrt bug #419225
(Portage version: 2.1.10.49/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.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/nload/ChangeLog b/net-analyzer/nload/ChangeLog index dc706838570b..e88604af779d 100644 --- a/net-analyzer/nload/ChangeLog +++ b/net-analyzer/nload/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/nload # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/ChangeLog,v 1.39 2012/02/06 23:50:06 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/ChangeLog,v 1.40 2012/06/04 19:32:11 ago Exp $ + + 04 Jun 2012; Agostino Sarubbo <ago@gentoo.org> nload-0.7.4.ebuild: + Stable for amd64, wrt bug #419225 06 Feb 2012; Tim Harder <radhermit@gentoo.org> -files/nload-0.6.0-prevent-stripping.patch, -nload-0.7.1.ebuild, diff --git a/net-analyzer/nload/nload-0.7.4.ebuild b/net-analyzer/nload/nload-0.7.4.ebuild index 8908f3e0c7cc..83739968f2c1 100644 --- a/net-analyzer/nload/nload-0.7.4.ebuild +++ b/net-analyzer/nload/nload-0.7.4.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/net-analyzer/nload/nload-0.7.4.ebuild,v 1.1 2012/02/06 23:49:00 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.7.4.ebuild,v 1.2 2012/06/04 19:32:11 ago 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" |