Index: go-etcd-0_p20141013.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/go-etcd/go-etcd-0_p20141013.ebuild,v retrieving revision 1.1 diff -u -B -r1.1 go-etcd-0_p20141013.ebuild --- go-etcd-0_p20141013.ebuild 16 Oct 2014 00:13:51 -0000 1.1 +++ go-etcd-0_p20141013.ebuild 24 Feb 2015 22:19:54 -0000 @@ -13,7 +13,7 @@ LICENSE="Apache-2.0" SLOT="0" IUSE="" -DEPEND=">=dev-lang/go-1.3" +DEPEND=">=dev-lang/go-1.4" RDEPEND="" S=${WORKDIR} @@ -27,7 +27,7 @@ # Create a filtered GOROOT tree out of symlinks, # excluding go-etcd, for bug #503324. cp -sR /usr/lib/go goroot || die - rm -rf goroot/src/pkg/${GO_PN} || die + rm -rf goroot/src/${GO_PN} || die rm -rf goroot/pkg/linux_${ARCH}/${GO_PN} || die GOROOT=${WORKDIR}/goroot GOPATH=${WORKDIR} \ go install -x ${GO_PN}/etcd || die @@ -36,7 +36,7 @@ src_install() { insinto /usr/lib/go doins -r pkg - insinto /usr/lib/go/src/pkg + insinto /usr/lib/go/src find src/${GO_PN} -name .gitignore -delete doins -r src/* }