diff --git a/sys-fs/gocryptfs/gocryptfs-2.4.0.ebuild b/sys-fs/gocryptfs/gocryptfs-2.4.0-r1.ebuild similarity index 94% rename from sys-fs/gocryptfs/gocryptfs-2.4.0.ebuild rename to sys-fs/gocryptfs/gocryptfs-2.4.0-r1.ebuild index 8f19f9b..6b02b55 100644 --- a/sys-fs/gocryptfs/gocryptfs-2.4.0.ebuild +++ b/sys-fs/gocryptfs/gocryptfs-2.4.0-r1.ebuild @@ -19,9 +19,7 @@ if [[ "${PV}" = 9999* ]]; then EGIT_REPO_URI="https://${EGO_PN}" inherit git-r3 else - SRC_URI=" - https://${EGO_PN}/releases/download/v${MY_PV}/${PN}_v${MY_PV}_src-deps.tar.gz -> ${P}.tar.gz - " + SRC_URI="https://${EGO_PN}/releases/download/v${MY_PV}/${PN}_v${MY_PV}_src-deps.tar.gz -> ${P}.tar.gz" fi # in detail: @@ -73,7 +71,7 @@ src_compile() { -ldflags "${myldflags[*]}" -tags "$(usex !ssl 'without_openssl' 'none')" ) - go build "${mygoargs[@]}" || die + ego build "${mygoargs[@]}" # loop over all helper tools for dir in gocryptfs-xray contrib/statfs contrib/findholes contrib/atomicrename; do