diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-28 13:21:00 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-28 13:21:00 +0300 |
commit | 8bb5b9020124329acc3ad19f553f2754047721da (patch) | |
tree | b58aa050a0812eb61b60916ebc3940493ad826cd /mail-client | |
parent | dev-python/pikepdf: Stabilize 9.0.0 sparc, #934692 (diff) | |
download | gentoo-8bb5b9020124329acc3ad19f553f2754047721da.tar.gz gentoo-8bb5b9020124329acc3ad19f553f2754047721da.tar.bz2 gentoo-8bb5b9020124329acc3ad19f553f2754047721da.zip |
mail-client/roundcube: Stabilize 1.6.7 ALLARCHES, #930427
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/roundcube/roundcube-1.6.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-client/roundcube/roundcube-1.6.7.ebuild b/mail-client/roundcube/roundcube-1.6.7.ebuild index e8f09db98c3b..1f08e4235912 100644 --- a/mail-client/roundcube/roundcube-1.6.7.ebuild +++ b/mail-client/roundcube/roundcube-1.6.7.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() { |