diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-09-30 08:14:36 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-09-30 08:14:36 +0000 |
commit | 91c819358ab5dc34683b88669cd1b2ad6cca1333 (patch) | |
tree | 3ea18d42f421bde568283b4d4170258ab4ee45fc /net-analyzer/bwmon/bwmon-1.3-r1.ebuild | |
parent | Add typo fix patch for help output wrt bug #263326 (diff) | |
download | gentoo-2-91c819358ab5dc34683b88669cd1b2ad6cca1333.tar.gz gentoo-2-91c819358ab5dc34683b88669cd1b2ad6cca1333.tar.bz2 gentoo-2-91c819358ab5dc34683b88669cd1b2ad6cca1333.zip |
Remove RESTRICT="mirror" cause package licenses does not forbid mirroring
(Portage version: 2.2.0_alpha132/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/bwmon/bwmon-1.3-r1.ebuild')
-rw-r--r-- | net-analyzer/bwmon/bwmon-1.3-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-analyzer/bwmon/bwmon-1.3-r1.ebuild b/net-analyzer/bwmon/bwmon-1.3-r1.ebuild index 7ce3300ad51c..7914eb6e5734 100644 --- a/net-analyzer/bwmon/bwmon-1.3-r1.ebuild +++ b/net-analyzer/bwmon/bwmon-1.3-r1.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/bwmon/bwmon-1.3-r1.ebuild,v 1.3 2012/09/30 08:13:06 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwmon/bwmon-1.3-r1.ebuild,v 1.4 2012/09/30 08:14:36 pinkbyte Exp $ EAPI="4" @@ -9,7 +9,6 @@ inherit eutils flag-o-matic toolchain-funcs DESCRIPTION="Simple ncurses bandwidth monitor" HOMEPAGE="http://bwmon.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -RESTRICT="mirror" DEPEND="sys-libs/ncurses" RDEPEND="${DEPEND}" |