diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-19 08:37:44 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-19 08:37:44 +0200 |
commit | 05e1fa82bf8454b6f30644735caf2e6dd604a36f (patch) | |
tree | 166693741779dd3798d74a2c3a152ff9414598fa /app-emulation/xen | |
parent | app-misc/screen: Revert changes to live ebuild (diff) | |
download | gentoo-05e1fa82bf8454b6f30644735caf2e6dd604a36f.tar.gz gentoo-05e1fa82bf8454b6f30644735caf2e6dd604a36f.tar.bz2 gentoo-05e1fa82bf8454b6f30644735caf2e6dd604a36f.zip |
app-emulation/xen: Stabilize 4.15.1-r3 amd64, #833750
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/xen-4.15.1-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen/xen-4.15.1-r3.ebuild b/app-emulation/xen/xen-4.15.1-r3.ebuild index 058f525d4e07..35c94dfb83e9 100644 --- a/app-emulation/xen/xen-4.15.1-r3.ebuild +++ b/app-emulation/xen/xen-4.15.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=3 SECURITY_VER= GENTOO_VER= |