diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-02-22 02:50:18 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-02-22 02:50:18 +0000 |
commit | 45ceb50d0c34d78e40d7a854249ecea1579360d5 (patch) | |
tree | 635aeaf69640f2075d582bd5e161c95d45da3d1d /net-analyzer | |
parent | Make the upstream git development more accessible. The branches in order of s... (diff) | |
download | gentoo-2-45ceb50d0c34d78e40d7a854249ecea1579360d5.tar.gz gentoo-2-45ceb50d0c34d78e40d7a854249ecea1579360d5.tar.bz2 gentoo-2-45ceb50d0c34d78e40d7a854249ecea1579360d5.zip |
Remove virtual/cron dependency by Alex Xu (bug #485286).
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/vnstat/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/vnstat/vnstat-1.11-r2.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/net-analyzer/vnstat/ChangeLog b/net-analyzer/vnstat/ChangeLog index 05a83bf046cd..d629956fb753 100644 --- a/net-analyzer/vnstat/ChangeLog +++ b/net-analyzer/vnstat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/vnstat -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/vnstat/ChangeLog,v 1.63 2013/09/18 14:16:19 jer Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/vnstat/ChangeLog,v 1.64 2014/02/22 02:50:18 jer Exp $ + + 22 Feb 2014; Jeroen Roovers <jer@gentoo.org> vnstat-1.11-r2.ebuild: + Remove virtual/cron dependency by Alex Xu (bug #485286). 18 Sep 2013; Jeroen Roovers <jer@gentoo.org> -vnstat-1.10-r1.ebuild: Old. diff --git a/net-analyzer/vnstat/vnstat-1.11-r2.ebuild b/net-analyzer/vnstat/vnstat-1.11-r2.ebuild index 9cef33e629ab..2d2e46dceca4 100644 --- a/net-analyzer/vnstat/vnstat-1.11-r2.ebuild +++ b/net-analyzer/vnstat/vnstat-1.11-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/vnstat/vnstat-1.11-r2.ebuild,v 1.9 2012/06/12 03:36:17 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/vnstat/vnstat-1.11-r2.ebuild,v 1.10 2014/02/22 02:50:18 jer Exp $ EAPI="4" @@ -17,8 +17,7 @@ IUSE="gd" DEPEND=" gd? ( media-libs/gd[png] )" -RDEPEND="${DEPEND} - virtual/cron" +RDEPEND="${DEPEND}" pkg_setup() { enewgroup vnstat |