diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-09-21 08:34:55 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-09-21 08:35:36 +0200 |
commit | 800c7d6ad2bf5bfc1c5921a957e0a060d820817c (patch) | |
tree | a268ca930c9a03f8b50cdd021ec16f16c1a73bde | |
parent | dev-util/debugedit: amd64 stable wrt bug #813816 (diff) | |
download | gentoo-800c7d6ad2bf5bfc1c5921a957e0a060d820817c.tar.gz gentoo-800c7d6ad2bf5bfc1c5921a957e0a060d820817c.tar.bz2 gentoo-800c7d6ad2bf5bfc1c5921a957e0a060d820817c.zip |
app-emulation/xen: amd64 stable wrt bug #813861
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | app-emulation/xen/xen-4.14.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen/xen-4.14.3.ebuild b/app-emulation/xen/xen-4.14.3.ebuild index 5d3d91cd5e78..aa58a7aae317 100644 --- a/app-emulation/xen/xen-4.14.3.ebuild +++ b/app-emulation/xen/xen-4.14.3.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= SECURITY_VER= GENTOO_VER= |