Merge pull request #2863 from CvH/9.0-chromium-arch

chromium: build only for x86_64
This commit is contained in:
MilhouseVH 2018-08-02 12:40:40 +01:00 committed by GitHub
commit 7bfbab32b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
PKG_NAME="chromium" PKG_NAME="chromium"
PKG_VERSION="1.0" PKG_VERSION="1.0"
PKG_REV="100" PKG_REV="100"
PKG_ARCH="any" PKG_ARCH="x86_64"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="" PKG_SITE=""
PKG_URL="" PKG_URL=""