diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-07-17 09:18:53 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-07-17 09:18:53 +0200 |
commit | 676af72f3a85fed4fc150a1716d42c21a8274df9 (patch) | |
tree | a64e7f389b9444f61aae091712e9ad5cf148ec52 /app-emulation | |
parent | dev-python/rencode: amd64 stable wrt bug #731552 (diff) | |
download | gentoo-676af72f3a85fed4fc150a1716d42c21a8274df9.tar.gz gentoo-676af72f3a85fed4fc150a1716d42c21a8274df9.tar.bz2 gentoo-676af72f3a85fed4fc150a1716d42c21a8274df9.zip |
app-emulation/xen: amd64 stable wrt bug #731658
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen/xen-4.12.3-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen/xen-4.12.3-r2.ebuild b/app-emulation/xen/xen-4.12.3-r2.ebuild index 808328a1a50a..1610c864961a 100644 --- a/app-emulation/xen/xen-4.12.3-r2.ebuild +++ b/app-emulation/xen/xen-4.12.3-r2.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=1 SECURITY_VER= GENTOO_VER= |