commit: 8f68992847e5608e837ecb3d694c915a11e4bc9b Author: Craig Andrews <candrews <AT> gentoo <DOT> org> AuthorDate: Mon Dec 15 01:49:57 2025 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Mon Dec 15 01:51:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f689928
mail-client/roundcube: 1.7* should not be stable Closes: https://bugs.gentoo.org/967257 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> mail-client/roundcube/roundcube-1.7_beta2.ebuild | 2 +- mail-client/roundcube/roundcube-1.7_rc.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-client/roundcube/roundcube-1.7_beta2.ebuild b/mail-client/roundcube/roundcube-1.7_beta2.ebuild index 186dfa59d304..f8edfa96bc8d 100644 --- a/mail-client/roundcube/roundcube-1.7_beta2.ebuild +++ b/mail-client/roundcube/roundcube-1.7_beta2.ebuild @@ -52,7 +52,7 @@ if [[ ${PV} == *9999 ]] ; then else SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${MY_PV}/${MY_P}-complete.tar.gz" S="${WORKDIR}/${MY_P}" - KEYWORDS="amd64 arm ~hppa ppc ppc64 ~sparc x86" + KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" fi src_unpack() { diff --git a/mail-client/roundcube/roundcube-1.7_rc.ebuild b/mail-client/roundcube/roundcube-1.7_rc.ebuild index 186dfa59d304..f8edfa96bc8d 100644 --- a/mail-client/roundcube/roundcube-1.7_rc.ebuild +++ b/mail-client/roundcube/roundcube-1.7_rc.ebuild @@ -52,7 +52,7 @@ if [[ ${PV} == *9999 ]] ; then else SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${MY_PV}/${MY_P}-complete.tar.gz" S="${WORKDIR}/${MY_P}" - KEYWORDS="amd64 arm ~hppa ppc ppc64 ~sparc x86" + KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" fi src_unpack() {
