diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-09-21 08:29:52 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-09-21 08:29:52 +0000 |
commit | 8c241dd3577ab907eb6cddd308d307bb66bb8d04 (patch) | |
tree | 9cca47b2d21fef1745838f2004f3fa71f84013dc /net-analyzer | |
parent | bump; ebuild based on graaf's verion in his overlay, see Bug 512668, remove a... (diff) | |
download | gentoo-2-8c241dd3577ab907eb6cddd308d307bb66bb8d04.tar.gz gentoo-2-8c241dd3577ab907eb6cddd308d307bb66bb8d04.tar.bz2 gentoo-2-8c241dd3577ab907eb6cddd308d307bb66bb8d04.zip |
Add ~ppc, wrt bug #523344
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="~ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nbwmon/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/nbwmon/nbwmon-0.4.3.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-analyzer/nbwmon/ChangeLog b/net-analyzer/nbwmon/ChangeLog index a4ec0eea1c3c..a82c3079d28e 100644 --- a/net-analyzer/nbwmon/ChangeLog +++ b/net-analyzer/nbwmon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/nbwmon # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/ChangeLog,v 1.2 2014/09/20 08:07:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/ChangeLog,v 1.3 2014/09/21 08:29:52 ago Exp $ + + 21 Sep 2014; Agostino Sarubbo <ago@gentoo.org> nbwmon-0.4.3.ebuild: + Add ~ppc, wrt bug #523344 *nbwmon-0.4.3 (20 Sep 2014) @@ -13,4 +16,3 @@ 04 Sep 2014; Jeroen Roovers <jer@gentoo.org> +nbwmon-0.3.2.ebuild, +files/nbwmon-0.3.2-tinfo.patch, +metadata.xml: Initial commit (bug #520822 by Ari Malinen). - diff --git a/net-analyzer/nbwmon/nbwmon-0.4.3.ebuild b/net-analyzer/nbwmon/nbwmon-0.4.3.ebuild index ee6f9acc812b..167e62525eee 100644 --- a/net-analyzer/nbwmon/nbwmon-0.4.3.ebuild +++ b/net-analyzer/nbwmon/nbwmon-0.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.4.3.ebuild,v 1.1 2014/09/20 08:07:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.4.3.ebuild,v 1.2 2014/09/21 08:29:52 ago Exp $ EAPI=5 inherit eutils toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="https://github.com/defer-/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" RDEPEND=" sys-libs/ncurses |