diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2019-10-25 15:17:08 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2019-10-27 07:42:23 +0000 |
commit | f591cf837fbd5a6c1d42e39e2573e3d5a62ec319 (patch) | |
tree | 668bb078ce08a874e5c22df3d9e62243bfc656e5 /app-emulation/xen-tools | |
parent | app-emulation/xen-pvgrub: drop keywords (diff) | |
download | gentoo-f591cf837fbd5a6c1d42e39e2573e3d5a62ec319.tar.gz gentoo-f591cf837fbd5a6c1d42e39e2573e3d5a62ec319.tar.bz2 gentoo-f591cf837fbd5a6c1d42e39e2573e3d5a62ec319.zip |
app-emulation/xen-tools: 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-tools')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.13.0_rc1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.13.0_rc1.ebuild b/app-emulation/xen-tools/xen-tools-4.13.0_rc1.ebuild index 69d555fabf0c..d0908764bb57 100644 --- a/app-emulation/xen-tools/xen-tools-4.13.0_rc1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.13.0_rc1.ebuild @@ -16,7 +16,8 @@ if [[ $PV == *9999 ]]; then EGIT_REPO_URI="git://xenbits.xen.org/${REPO}" S="${WORKDIR}/${REPO}" else - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + #KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="" UPSTREAM_VER= SECURITY_VER= # xen-tools's gentoo patches tarball |