diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-10-23 14:29:11 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-10-23 14:29:11 +0200 |
commit | 610ce12292f7b223bf45a3ff71dbd57ee838b772 (patch) | |
tree | 144be79ee0383abe5d3e3fe13fd5a9697c66c162 /app-emulation/xen | |
parent | dev-util/gengetopt: amd64 stable wrt bug #680098 (diff) | |
download | gentoo-610ce12292f7b223bf45a3ff71dbd57ee838b772.tar.gz gentoo-610ce12292f7b223bf45a3ff71dbd57ee838b772.tar.bz2 gentoo-610ce12292f7b223bf45a3ff71dbd57ee838b772.zip |
app-emulation/xen: amd64 stable wrt bug #690974
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/xen-4.11.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen/xen-4.11.2.ebuild b/app-emulation/xen/xen-4.11.2.ebuild index 18215b62c1d6..b5c663a0742b 100644 --- a/app-emulation/xen/xen-4.11.2.ebuild +++ b/app-emulation/xen/xen-4.11.2.ebuild @@ -15,7 +15,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=0 SECURITY_VER= GENTOO_VER= |