jer         14/06/05 11:34:06

  Modified:             ChangeLog iftop-1.0_pre2.ebuild
  Log:
  Add DEPEND=virtual/pkgconfig by dE (bug #512466).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.64                 net-analyzer/iftop/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/ChangeLog?rev=1.64&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/ChangeLog?rev=1.64&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   3 Jun 2014 00:57:48 -0000       1.63
+++ ChangeLog   5 Jun 2014 11:34:06 -0000       1.64
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/iftop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.63 
2014/06/03 00:57:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.64 
2014/06/05 11:34:06 jer Exp $
+
+  05 Jun 2014; Jeroen Roovers <j...@gentoo.org> iftop-1.0_pre2.ebuild:
+  Add DEPEND=virtual/pkgconfig by dE (bug #512466).
 
   03 Jun 2014; Jeroen Roovers <j...@gentoo.org> iftop-1.0_pre4.ebuild:
   Stable for HPPA (bug #511716).



1.14                 net-analyzer/iftop/iftop-1.0_pre2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild?r1=1.13&r2=1.14

Index: iftop-1.0_pre2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- iftop-1.0_pre2.ebuild       20 Feb 2014 14:58:11 -0000      1.13
+++ iftop-1.0_pre2.ebuild       5 Jun 2014 11:34:06 -0000       1.14
@@ -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/iftop/iftop-1.0_pre2.ebuild,v 
1.13 2014/02/20 14:58:11 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild,v 
1.14 2014/06/05 11:34:06 jer Exp $
 
 EAPI=5
 
@@ -15,9 +15,14 @@
 KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
-DEPEND="
+RDEPEND="
        net-libs/libpcap
-       sys-libs/ncurses"
+       sys-libs/ncurses
+"
+DEPEND="
+       ${RDEPEND}
+       virtual/pkgconfig
+"
 
 S="${WORKDIR}"/${P/_/}
 




Reply via email to