diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-10-19 09:30:05 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-10-19 09:30:05 +0000 |
commit | afbc3acf46bb314b57663322c77272f7f996e360 (patch) | |
tree | f0644f8f2f4d7a0b37afa81da99a7449d8b246e8 /sys-fs/fuse-exfat | |
parent | Use /usr/sbin instead of /usr/bin for now because util-linux fails to search ... (diff) | |
download | gentoo-2-afbc3acf46bb314b57663322c77272f7f996e360.tar.gz gentoo-2-afbc3acf46bb314b57663322c77272f7f996e360.tar.bz2 gentoo-2-afbc3acf46bb314b57663322c77272f7f996e360.zip |
Missing DEPEND for virtual/pkgconfig. For last commit.
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/fuse-exfat')
-rw-r--r-- | sys-fs/fuse-exfat/fuse-exfat-0.9.8-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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 |