From 598677d0168729a47d480f669095d935252c78ed Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Mon, 8 Oct 2012 18:37:17 +0000 Subject: Add missing pkgconfig dependency (Portage version: 2.2.0_alpha134/cvs/Linux x86_64) --- x11-plugins/pidgin-gpg/ChangeLog | 5 ++++- x11-plugins/pidgin-gpg/pidgin-gpg-0.9.ebuild | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'x11-plugins') diff --git a/x11-plugins/pidgin-gpg/ChangeLog b/x11-plugins/pidgin-gpg/ChangeLog index 9ab2d3805a32..8fc2f1901d9c 100644 --- a/x11-plugins/pidgin-gpg/ChangeLog +++ b/x11-plugins/pidgin-gpg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/pidgin-gpg # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-gpg/ChangeLog,v 1.1 2012/10/08 18:25:44 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-gpg/ChangeLog,v 1.2 2012/10/08 18:37:17 pinkbyte Exp $ + + 08 Oct 2012; Sergey Popov pidgin-gpg-0.9.ebuild: + Add missing pkgconfig dependency *pidgin-gpg-0.9 (08 Oct 2012) diff --git a/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.ebuild b/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.ebuild index db4a927c4048..fabdcce1c07f 100644 --- a/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.ebuild +++ b/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.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/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.ebuild,v 1.1 2012/10/08 18:25:44 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.ebuild,v 1.2 2012/10/08 18:37:17 pinkbyte Exp $ EAPI=4 @@ -15,4 +15,5 @@ IUSE="" RDEPEND="app-crypt/gpgme net-im/pidgin" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + virtual/pkgconfig" -- cgit v1.2.3-65-gdbad