diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-11-04 09:19:34 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-11-04 09:19:34 +0100 |
commit | 4d02a5dbd27e3dae4fe678d2a4442e1008e3b0c4 (patch) | |
tree | e56fa6812186fd952a30c109957f63fda13ead13 /app-emulation | |
parent | app-emulation/xen: amd64 stable wrt bug #594850 (diff) | |
download | gentoo-4d02a5dbd27e3dae4fe678d2a4442e1008e3b0c4.tar.gz gentoo-4d02a5dbd27e3dae4fe678d2a4442e1008e3b0c4.tar.bz2 gentoo-4d02a5dbd27e3dae4fe678d2a4442e1008e3b0c4.zip |
app-emulation/xen-tools: amd64 stable wrt bug #594850
Package-Manager: portage-2.3.0
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.6.3-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.6.3-r2.ebuild b/app-emulation/xen-tools/xen-tools-4.6.3-r2.ebuild index 1a68db763522..771d6b7d50e9 100644 --- a/app-emulation/xen-tools/xen-tools-4.6.3-r2.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.6.3-r2.ebuild @@ -19,7 +19,7 @@ if [[ $PV == *9999 ]]; then EGIT_REPO_URI="git://xenbits.xen.org/${REPO}" S="${WORKDIR}/${REPO}" else - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~x86" UPSTREAM_VER= SECURITY_VER=16 # xen-tools's gentoo patches tarball |