diff options
author | Yixun Lan <dlan@gentoo.org> | 2017-11-04 01:57:19 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2017-11-04 02:05:42 +0800 |
commit | f1e4baed871a725e30d782cc01ec398741e28a66 (patch) | |
tree | 73e62f2ad3c236aa28965572fbb8f5b50941a262 /app-emulation/xen | |
parent | dev-python/thriftpy: add python3.4 to PYTHON_COMPAT (diff) | |
download | gentoo-f1e4baed871a725e30d782cc01ec398741e28a66.tar.gz gentoo-f1e4baed871a725e30d782cc01ec398741e28a66.tar.bz2 gentoo-f1e4baed871a725e30d782cc01ec398741e28a66.zip |
app-emulation/xen: arm64 stable
Gentoo-Bug: 631366
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/xen-4.8.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen/xen-4.8.2-r2.ebuild b/app-emulation/xen/xen-4.8.2-r2.ebuild index 9ddd4bb969ca..f44889548021 100644 --- a/app-emulation/xen/xen-4.8.2-r2.ebuild +++ b/app-emulation/xen/xen-4.8.2-r2.ebuild @@ -16,7 +16,7 @@ if [[ $PV == *9999 ]]; then EGIT_REPO_URI="git://xenbits.xen.org/xen.git" SRC_URI="" else - KEYWORDS="~amd64 ~arm -x86" + KEYWORDS="amd64 ~arm -x86" UPSTREAM_VER=2 SECURITY_VER= GENTOO_VER= |