summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-10-01 05:03:17 +0000
committerMike Frysinger <vapier@gentoo.org>2012-10-01 05:03:17 +0000
commit9ceab8a3499b0efb092ad6e9318b3dc20522d4fd (patch)
treeb699d4f9337cc5ef7a6840cc901e1123d037d347
parentStabilize for all #436694. (diff)
downloadgentoo-2-9ceab8a3499b0efb092ad6e9318b3dc20522d4fd.tar.gz
gentoo-2-9ceab8a3499b0efb092ad6e9318b3dc20522d4fd.tar.bz2
gentoo-2-9ceab8a3499b0efb092ad6e9318b3dc20522d4fd.zip
depend on virtual/pkgconfig for gcj/gtk deps #436724 by Diego Elio Pettenò
-rw-r--r--eclass/toolchain.eclass6
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index cf0fdf907384..f85a18fbaea2 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -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/eclass/toolchain.eclass,v 1.551 2012/08/19 01:23:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.552 2012/10/01 05:03:17 vapier Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@@ -171,7 +171,9 @@ if in_iuse gcj ; then
x11-libs/libXtst
x11-proto/xproto
x11-proto/xextproto
- =x11-libs/gtk+-2*"
+ =x11-libs/gtk+-2*
+ virtual/pkgconfig
+ "
tc_version_is_at_least 3.4 && GCJ_GTK_DEPS+=" x11-libs/pango"
GCJ_DEPS=">=media-libs/libart_lgpl-2.1"
tc_version_is_at_least 4.2 && GCJ_DEPS+=" app-arch/zip app-arch/unzip"