summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2013-10-21 01:01:11 +0000
committerRick Farina <zerochaos@gentoo.org>2013-10-21 01:01:11 +0000
commit0453138e9b4b96e3fbc43d441ea063509e174204 (patch)
tree7ecbc1f1729f07ea51138a8268fd2eb665cd3d8b /sys-fs/go-mtpfs
parentgo-mtpfs initial commit. can't build yet, can't find go-fuse properly (diff)
downloadgentoo-2-0453138e9b4b96e3fbc43d441ea063509e174204.tar.gz
gentoo-2-0453138e9b4b96e3fbc43d441ea063509e174204.tar.bz2
gentoo-2-0453138e9b4b96e3fbc43d441ea063509e174204.zip
fix missing dep
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'sys-fs/go-mtpfs')
-rw-r--r--sys-fs/go-mtpfs/ChangeLog5
-rw-r--r--sys-fs/go-mtpfs/go-mtpfs-9999.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-fs/go-mtpfs/ChangeLog b/sys-fs/go-mtpfs/ChangeLog
index 9eb34ffa4d6f..a943d75cc0a7 100644
--- a/sys-fs/go-mtpfs/ChangeLog
+++ b/sys-fs/go-mtpfs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/go-mtpfs
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/go-mtpfs/ChangeLog,v 1.1 2013/10/21 00:59:06 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/go-mtpfs/ChangeLog,v 1.2 2013/10/21 01:01:11 zerochaos Exp $
+
+ 21 Oct 2013; Rick Farina <zerochaos@gentoo.org> go-mtpfs-9999.ebuild:
+ fix missing dep
*go-mtpfs-9999 (21 Oct 2013)
diff --git a/sys-fs/go-mtpfs/go-mtpfs-9999.ebuild b/sys-fs/go-mtpfs/go-mtpfs-9999.ebuild
index ae853d30a75d..46e929f00b31 100644
--- a/sys-fs/go-mtpfs/go-mtpfs-9999.ebuild
+++ b/sys-fs/go-mtpfs/go-mtpfs-9999.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/sys-fs/go-mtpfs/go-mtpfs-9999.ebuild,v 1.1 2013/10/21 00:59:06 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/go-mtpfs/go-mtpfs-9999.ebuild,v 1.2 2013/10/21 01:01:11 zerochaos Exp $
EAPI=5
@@ -17,6 +17,7 @@ IUSE=""
COMMON_DEPEND="virtual/libusb"
DEPEND="${COMMON_DEPEND}
+ dev-libs/go-fuse
dev-lang/go"
RDEPEND="${COMMON_DEPEND}"