summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-02-23 12:45:10 +0000
committerJustin Lecher <jlec@gentoo.org>2013-02-23 12:45:10 +0000
commitb88c294bb0905703ebbbc253a7eb4265e32d9f9b (patch)
treed6d98a48f038ec7a951d925856d29dd24384bcac /dev-libs/igraph/igraph-0.6.4.ebuild
parentapp-accessibility/sphinxbase: Version BUmp, #451876; move to new python-r1 ec... (diff)
downloadgentoo-2-b88c294bb0905703ebbbc253a7eb4265e32d9f9b.tar.gz
gentoo-2-b88c294bb0905703ebbbc253a7eb4265e32d9f9b.tar.bz2
gentoo-2-b88c294bb0905703ebbbc253a7eb4265e32d9f9b.zip
dev-libs/igraph: Add missing dep on virtual/pkgconfig
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'dev-libs/igraph/igraph-0.6.4.ebuild')
-rw-r--r--dev-libs/igraph/igraph-0.6.4.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/igraph/igraph-0.6.4.ebuild b/dev-libs/igraph/igraph-0.6.4.ebuild
index 6545d8483baa..02088411e3e0 100644
--- a/dev-libs/igraph/igraph-0.6.4.ebuild
+++ b/dev-libs/igraph/igraph-0.6.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/igraph/igraph-0.6.4.ebuild,v 1.1 2013/02/21 20:18:15 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/igraph/igraph-0.6.4.ebuild,v 1.2 2013/02/23 12:45:10 jlec Exp $
EAPI=5
@@ -25,7 +25,8 @@ DEPEND="
sci-libs/cxsparse
sci-mathematics/glpk
gmp? ( dev-libs/gmp )"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ virtual/pkgconfig"
PATCHES=( "${FILESDIR}"/${P}-unbundle.patch )