commit: b5a9029586e4530118621591a68732234e59b52a Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com> AuthorDate: Fri Oct 25 15:15:40 2019 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Sun Oct 27 07:39:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5a90295
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 <AT> gmail.com> Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> app-emulation/xen/xen-4.13.0_rc1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-emulation/xen/xen-4.13.0_rc1.ebuild b/app-emulation/xen/xen-4.13.0_rc1.ebuild index b89fd6248b2..c18edd05ce4 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=
