diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-12-22 10:00:51 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-12-22 10:00:51 +0100 |
commit | dcc97e706e99388362b791b533ee320a300b655a (patch) | |
tree | 8da264967adc429faf278a309c5a96863e1401e1 /app-emulation | |
parent | dev-cpp/gtest: Try to fix cross-compile (bug 566876) (diff) | |
download | gentoo-dcc97e706e99388362b791b533ee320a300b655a.tar.gz gentoo-dcc97e706e99388362b791b533ee320a300b655a.tar.bz2 gentoo-dcc97e706e99388362b791b533ee320a300b655a.zip |
app-emulation/xen-tools: amd64 stable wrt bug #566842
Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.5.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.5.2-r2.ebuild b/app-emulation/xen-tools/xen-tools-4.5.2-r2.ebuild index 52f2ffca8011..8af652c5f0a6 100644 --- a/app-emulation/xen-tools/xen-tools-4.5.2-r2.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.5.2-r2.ebuild @@ -16,7 +16,7 @@ if [[ $PV == *9999 ]]; then S="${WORKDIR}/${REPO}" live_eclass="mercurial" else - KEYWORDS="~amd64 ~arm ~arm64 -x86" + KEYWORDS="amd64 ~arm ~arm64 -x86" UPSTREAM_VER= SECURITY_VER=7 SEC_VER=1 |