summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-05-11 16:26:57 +0000
committerMichał Górny <mgorny@gentoo.org>2015-05-11 16:26:57 +0000
commit9ccdcf60b29e8a91fcd5ef3f6cef699077bfe4ed (patch)
tree48d53e29a877ee3934e697bd5c30fefdd245540d /sys-fs
parentAdd go libusb bindings, as a dependency of go-mtpfs. Bug #547204. Part of htt... (diff)
downloadgentoo-2-9ccdcf60b29e8a91fcd5ef3f6cef699077bfe4ed.tar.gz
gentoo-2-9ccdcf60b29e8a91fcd5ef3f6cef699077bfe4ed.tar.bz2
gentoo-2-9ccdcf60b29e8a91fcd5ef3f6cef699077bfe4ed.zip
Add a dependency on go-usb, bug #523990. Part of https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/105 by likewhoa.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/go-mtpfs/ChangeLog8
-rw-r--r--sys-fs/go-mtpfs/go-mtpfs-9999.ebuild5
2 files changed, 9 insertions, 4 deletions
diff --git a/sys-fs/go-mtpfs/ChangeLog b/sys-fs/go-mtpfs/ChangeLog
index c87fdeea0265..f9d6704cb7b4 100644
--- a/sys-fs/go-mtpfs/ChangeLog
+++ b/sys-fs/go-mtpfs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/go-mtpfs
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/go-mtpfs/ChangeLog,v 1.5 2014/01/28 01:13:50 zerochaos Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/go-mtpfs/ChangeLog,v 1.6 2015/05/11 16:26:57 mgorny Exp $
+
+ 11 May 2015; Michał Górny <mgorny@gentoo.org> go-mtpfs-9999.ebuild:
+ Add a dependency on go-usb, bug #523990. Part of https://github.com/gentoo
+ /gentoo-portage-rsync-mirror/pull/105 by likewhoa.
28 Jan 2014; Rick Farina <zerochaos@gentoo.org> go-mtpfs-9999.ebuild:
can't say I'm proud, but this is about as clean as I can get it, and it works
diff --git a/sys-fs/go-mtpfs/go-mtpfs-9999.ebuild b/sys-fs/go-mtpfs/go-mtpfs-9999.ebuild
index e0f57bde7b5c..a4ab1ed79f33 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-2014 Gentoo Foundation
+# Copyright 1999-2015 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.5 2014/01/28 01:13:50 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/go-mtpfs/go-mtpfs-9999.ebuild,v 1.6 2015/05/11 16:26:57 mgorny Exp $
EAPI=5
@@ -19,6 +19,7 @@ COMMON_DEPEND="virtual/libusb
virtual/udev"
DEPEND="${COMMON_DEPEND}
dev-libs/go-fuse
+ dev-libs/go-usb
dev-lang/go
media-libs/libmtp"