summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2012-10-08 18:37:17 +0000
committerSergey Popov <pinkbyte@gentoo.org>2012-10-08 18:37:17 +0000
commit598677d0168729a47d480f669095d935252c78ed (patch)
tree1dea4af48899a3f22d2747e00a63341eae7b08eb /x11-plugins
parentstable ppc, bug #436870 (diff)
downloadgentoo-2-598677d0168729a47d480f669095d935252c78ed.tar.gz
gentoo-2-598677d0168729a47d480f669095d935252c78ed.tar.bz2
gentoo-2-598677d0168729a47d480f669095d935252c78ed.zip
Add missing pkgconfig dependency
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/pidgin-gpg/ChangeLog5
-rw-r--r--x11-plugins/pidgin-gpg/pidgin-gpg-0.9.ebuild5
2 files changed, 7 insertions, 3 deletions
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 <pinkbyte@gentoo.org> 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"