jer 15/01/03 10:45:55 Modified: xrestop-0.4.ebuild ChangeLog Log: Add missing DEPEND on virtual/pkgconfig (bug #534166). (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.12 x11-misc/xrestop/xrestop-0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrestop/xrestop-0.4.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrestop/xrestop-0.4.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrestop/xrestop-0.4.ebuild?r1=1.11&r2=1.12 Index: xrestop-0.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/xrestop/xrestop-0.4.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- xrestop-0.4.ebuild 19 Nov 2014 09:54:39 -0000 1.11 +++ xrestop-0.4.ebuild 3 Jan 2015 10:45:55 -0000 1.12 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/xrestop-0.4.ebuild,v 1.11 2014/11/19 09:54:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/xrestop-0.4.ebuild,v 1.12 2015/01/03 10:45:55 jer Exp $ EAPI=5 inherit autotools eutils @@ -21,6 +21,7 @@ DEPEND=" ${RDEPEND} x11-proto/xproto + virtual/pkgconfig " src_prepare() { 1.30 x11-misc/xrestop/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrestop/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrestop/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrestop/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/xrestop/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 19 Nov 2014 09:54:39 -0000 1.29 +++ ChangeLog 3 Jan 2015 10:45:55 -0000 1.30 @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xrestop -# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/ChangeLog,v 1.29 2014/11/19 09:54:39 jer Exp $ +# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/ChangeLog,v 1.30 2015/01/03 10:45:55 jer Exp $ + + 03 Jan 2015; Jeroen Roovers <[email protected]> xrestop-0.4.ebuild: + Add missing DEPEND on virtual/pkgconfig (bug #534166). 19 Nov 2014; Jeroen Roovers <[email protected]> xrestop-0.4.ebuild, +files/xrestop-0.4-tinfo.patch:
