From 13d04a527907c5dcba3d6c83243882ac709bd05e Mon Sep 17 00:00:00 2001 From: Rick Farina Date: Sat, 28 Jun 2014 17:53:37 +0000 Subject: fix for bug #515548, depend on go-1.3 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key DD11F94A) --- dev-libs/go-fuse/ChangeLog | 5 ++++- dev-libs/go-fuse/go-fuse-9999.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'dev-libs/go-fuse') 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 go-fuse-9999.ebuild: + fix for bug #515548, depend on go-1.3 13 Jun 2014; Rick Farina 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}" -- cgit v1.2.3-65-gdbad