commit: 0012923b4a7f96bfe0f40899f1b10fc8ebc11278
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 14 03:34:03 2015 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Oct 14 03:34:29 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0012923b
sys-fs/fuse-exfat: Depend on pkgconfig
Package-Manager: portage-2.2.22_p20
sys-fs/fuse-exfat/fuse-exfat-1.2.1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sys-fs/fuse-exfat/fuse-exfat-1.2.1.ebuild
b/sys-fs/fuse-exfat/fuse-exfat-1.2.1.ebuild
index 3dbb659..3be1dfc 100644
--- a/sys-fs/fuse-exfat/fuse-exfat-1.2.1.ebuild
+++ b/sys-fs/fuse-exfat/fuse-exfat-1.2.1.ebuild
@@ -14,7 +14,8 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc64 ~s390 ~sh ~sparc
~x86 ~arm-linux ~x86-linux"
RDEPEND="sys-fs/fuse"
-DEPEND=${RDEPEND}
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
src_install() {
emake DESTDIR="${D}" install