diff options
author | Timo Teräs <timo.teras@iki.fi> | 2018-09-24 10:41:02 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-09-24 10:41:04 +0000 |
commit | 15079f01d5cca6c9b2edb5455fce2b9a483aa782 (patch) | |
tree | fb69a958c91b0e09e81f22f60600d71cf60f9f78 /community | |
parent | 0864770c78dd0e492800932a18eecb082553c9a9 (diff) | |
download | aports-15079f01d5cca6c9b2edb5455fce2b9a483aa782.tar.bz2 aports-15079f01d5cca6c9b2edb5455fce2b9a483aa782.tar.xz |
community/go: fix bootstrap
the provides is setup correctly later on based on cross compile
variables
Diffstat (limited to 'community')
-rw-r--r-- | community/go/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/community/go/APKBUILD b/community/go/APKBUILD index a17d9ea28c..fe22d85c85 100644 --- a/community/go/APKBUILD +++ b/community/go/APKBUILD @@ -10,7 +10,6 @@ license="BSD" depends="binutils gcc" depends_dev="" makedepends="bash go-bootstrap" -provides="go-bootstrap=$pkgver-r$pkgrel" install="" subpackages="$pkgname-doc" source="http://golang.org/dl/go${pkgver/_/}.src.tar.gz |