Skip to content

Commit

Permalink
all: Unbreak index after 90d39d6
Browse files Browse the repository at this point in the history
Reported by:	Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
  • Loading branch information
dmgk committed Aug 4, 2023
1 parent 94ea65b commit cb57a64
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion net-p2p/go-prysm/Makefile
Expand Up @@ -11,11 +11,13 @@ WWW= https://github.com/prysmaticlabs/prysm
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.md

BROKEN= requires unsupported go1.18

ONLY_FOR_ARCHS= aarch64 amd64

BUILD_DEPENDS= nasm>0:devel/nasm

USES= gmake go:modules,1.18
# USES= gmake go:modules,1.18

GO_TARGET= ./cmd/beacon-chain ./cmd/validator

Expand Down
2 changes: 1 addition & 1 deletion net/ooni-probe-cli/Makefile
Expand Up @@ -15,7 +15,7 @@ BROKEN= requires unsupported go1.18

RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss

USES= go:1.18,modules
# USES= go:1.18,modules

GO_MODULE= github.com/ooni/probe-cli/v3
GO_TARGET= ./cmd/ooniprobe
Expand Down
2 changes: 1 addition & 1 deletion security/acmetool/Makefile
Expand Up @@ -12,7 +12,7 @@ LICENSE= MIT

BROKEN= requires unsupported go1.18

USES= go:1.18
# USES= go:1.18

USE_GITHUB= yes
GH_ACCOUNT= hlandau
Expand Down
2 changes: 1 addition & 1 deletion security/xray-core/Makefile
Expand Up @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

BROKEN= requires unsupported go1.18

USES= go:1.18,modules
# USES= go:1.18,modules

GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
GO_TARGET= ./main:xray
Expand Down

0 comments on commit cb57a64

Please sign in to comment.