diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-09-18 17:04:36 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-09-18 17:04:36 +0200 |
commit | 497aa39e08f875d4ce4c45307fd8ac0650f5f1c1 (patch) | |
tree | 7a52cc128a0c98967b3b160dc11d80f0d973b88d /app-emulation/xen | |
parent | dev-vcs/topgit: amd64 stable wrt bug #737956 (diff) | |
download | gentoo-497aa39e08f875d4ce4c45307fd8ac0650f5f1c1.tar.gz gentoo-497aa39e08f875d4ce4c45307fd8ac0650f5f1c1.tar.bz2 gentoo-497aa39e08f875d4ce4c45307fd8ac0650f5f1c1.zip |
app-emulation/xen: amd64 stable wrt bug #738040
Package-Manager: Portage-2.3.103, Repoman-2.3.23
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.13.1-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen/xen-4.13.1-r3.ebuild b/app-emulation/xen/xen-4.13.1-r3.ebuild index 9141030b5854..11f6a671698a 100644 --- a/app-emulation/xen/xen-4.13.1-r3.ebuild +++ b/app-emulation/xen/xen-4.13.1-r3.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=2 SECURITY_VER= GENTOO_VER= |