diff options
-rw-r--r-- | dev-libs/go-fuse/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/go-fuse/go-fuse-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/go-fuse/ChangeLog b/dev-libs/go-fuse/ChangeLog index eb28f0684df2..20836f9b3aa6 100644 --- a/dev-libs/go-fuse/ChangeLog +++ b/dev-libs/go-fuse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/go-fuse # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/ChangeLog,v 1.4 2014/06/13 17:17:59 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/ChangeLog,v 1.5 2014/06/28 17:53:37 zerochaos Exp $ + + 28 Jun 2014; Rick Farina <zerochaos@gentoo.org> go-fuse-9999.ebuild: + fix for bug #515548, depend on go-1.3 13 Jun 2014; Rick Farina <zerochaos@gentoo.org> go-fuse-9999.ebuild: fix for bug 503324 diff --git a/dev-libs/go-fuse/go-fuse-9999.ebuild b/dev-libs/go-fuse/go-fuse-9999.ebuild index 08a1bb6ce4f9..3a6736441f5c 100644 --- a/dev-libs/go-fuse/go-fuse-9999.ebuild +++ b/dev-libs/go-fuse/go-fuse-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/go-fuse-9999.ebuild,v 1.4 2014/06/13 17:17:59 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/go-fuse-9999.ebuild,v 1.5 2014/06/28 17:53:37 zerochaos Exp $ EAPI=5 @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="" IUSE="" -DEPEND="dev-lang/go" +DEPEND=">=dev-lang/go-1.3" RDEPEND="" GO_PN="github.com/hanwen/${PN}" |