diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-05-10 11:31:51 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-05-10 11:31:51 +0200 |
commit | c6c64d6184f37f855e3e693acceaefd2dde1d594 (patch) | |
tree | d50b64cdd4f6ee75730c628aafa7d934a84b8353 /app-emulation | |
parent | app-emulation/xen-pvgrub: amd64 stable wrt bug #615980 (diff) | |
download | gentoo-c6c64d6184f37f855e3e693acceaefd2dde1d594.tar.gz gentoo-c6c64d6184f37f855e3e693acceaefd2dde1d594.tar.bz2 gentoo-c6c64d6184f37f855e3e693acceaefd2dde1d594.zip |
app-emulation/xen-tools: amd64 stable wrt bug #615980
Package-Manager: Portage-2.3.5, Repoman-2.3.1
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.7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.7.2.ebuild b/app-emulation/xen-tools/xen-tools-4.7.2.ebuild index 91fb13495b8b..de9f8a63be8f 100644 --- a/app-emulation/xen-tools/xen-tools-4.7.2.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.7.2.ebuild @@ -18,7 +18,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=0 SECURITY_VER=25 # xen-tools's gentoo patches tarball |