diff options
author | 2019-10-25 15:15:40 +0000 | |
---|---|---|
committer | 2019-10-27 07:39:59 +0000 | |
commit | b5a9029586e4530118621591a68732234e59b52a (patch) | |
tree | 465f829004c808b7eed48a5e99d2997cbeb65106 /app-emulation/xen | |
parent | package.mask: Last rite net-analyzer/zabbix (diff) | |
download | gentoo-b5a9029586e4530118621591a68732234e59b52a.tar.gz gentoo-b5a9029586e4530118621591a68732234e59b52a.tar.bz2 gentoo-b5a9029586e4530118621591a68732234e59b52a.zip |
app-emulation/xen: drop keywords
keep 4.11 stable, 4.12 testing and 4.13 RC version un-keyworded for
hardcore testers. Re-add keywords after 4.13 is final
Closes: https://github.com/gentoo/gentoo/pull/13432
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/xen-4.13.0_rc1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/xen/xen-4.13.0_rc1.ebuild b/app-emulation/xen/xen-4.13.0_rc1.ebuild index b89fd6248b29..c18edd05ce4a 100644 --- a/app-emulation/xen/xen-4.13.0_rc1.ebuild +++ b/app-emulation/xen/xen-4.13.0_rc1.ebuild @@ -15,7 +15,8 @@ if [[ $PV == *9999 ]]; then EGIT_REPO_URI="git://xenbits.xen.org/xen.git" SRC_URI="" else - KEYWORDS="~amd64 ~arm -x86" + #KEYWORDS="~amd64 ~arm -x86" + KEYWORDS="" UPSTREAM_VER= SECURITY_VER= GENTOO_VER= |