From 8e463532257803fb081254f52a77455fb3434cc6 Mon Sep 17 00:00:00 2001 From: Denis Dupeyron Date: Sun, 28 Jan 2007 10:30:09 +0000 Subject: Added dependency to pkgconfig, bug #153620. (Portage version: 2.1.2-r4) --- sci-electronics/pcb/ChangeLog | 7 +++++-- sci-electronics/pcb/pcb-20060822.ebuild | 7 ++++--- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'sci-electronics') diff --git a/sci-electronics/pcb/ChangeLog b/sci-electronics/pcb/ChangeLog index db565db38536..e2223c275f0a 100644 --- a/sci-electronics/pcb/ChangeLog +++ b/sci-electronics/pcb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-electronics/pcb -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v 1.29 2006/10/09 15:09:52 calchan Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/ChangeLog,v 1.30 2007/01/28 10:30:09 calchan Exp $ + + 28 Jan 2007; Denis Dupeyron pcb-20060822.ebuild: + Added dependency to pkgconfig, bug #153620. 09 Oct 2006; Denis Dupeyron pcb-20060822.ebuild: Fixed bug #150552, thanks to Lari Korpi. diff --git a/sci-electronics/pcb/pcb-20060822.ebuild b/sci-electronics/pcb/pcb-20060822.ebuild index 8147671403bd..a45552a55c4e 100644 --- a/sci-electronics/pcb/pcb-20060822.ebuild +++ b/sci-electronics/pcb/pcb-20060822.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20060822.ebuild,v 1.6 2006/10/09 15:09:52 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/pcb/pcb-20060822.ebuild,v 1.7 2007/01/28 10:30:09 calchan Exp $ inherit eutils @@ -20,7 +20,8 @@ DEPEND="${RDEPEND} || ( virtual/x11 x11-proto/xproto - )" + ) + dev-util/pkgconfig" src_unpack() { unpack ${A} -- cgit v1.2.3-65-gdbad