From afbc3acf46bb314b57663322c77272f7f996e360 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Fri, 19 Oct 2012 09:30:05 +0000 Subject: Missing DEPEND for virtual/pkgconfig. For last commit. (Portage version: 2.2.0_alpha135/cvs/Linux x86_64) --- sys-fs/fuse-exfat/fuse-exfat-0.9.8-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys-fs/fuse-exfat') diff --git a/sys-fs/fuse-exfat/fuse-exfat-0.9.8-r1.ebuild b/sys-fs/fuse-exfat/fuse-exfat-0.9.8-r1.ebuild index d913c5e16ac5..34f0376480fb 100644 --- a/sys-fs/fuse-exfat/fuse-exfat-0.9.8-r1.ebuild +++ b/sys-fs/fuse-exfat/fuse-exfat-0.9.8-r1.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/sys-fs/fuse-exfat/fuse-exfat-0.9.8-r1.ebuild,v 1.1 2012/10/19 09:27:42 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-exfat/fuse-exfat-0.9.8-r1.ebuild,v 1.2 2012/10/19 09:30:05 ssuominen Exp $ EAPI=4 inherit scons-utils toolchain-funcs @@ -15,7 +15,8 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="sys-fs/fuse" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + virtual/pkgconfig" src_compile() { tc-export CC -- cgit v1.2.3-65-gdbad