diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-26 18:31:25 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-26 18:31:25 +0300 |
commit | 3350b8f28c6708dc0780b214010b8c3eec7c1a06 (patch) | |
tree | ff46340962645b836fe15f1b16c5ec6a23029921 /mail-client | |
parent | dev-qt/qtbluetooth: Stabilize 5.15.10-r1 arm64, #913934 (diff) | |
download | gentoo-3350b8f28c6708dc0780b214010b8c3eec7c1a06.tar.gz gentoo-3350b8f28c6708dc0780b214010b8c3eec7c1a06.tar.bz2 gentoo-3350b8f28c6708dc0780b214010b8c3eec7c1a06.zip |
mail-client/roundcube: Stabilize 1.6.3 ALLARCHES, #913653
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/roundcube/roundcube-1.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-client/roundcube/roundcube-1.6.3.ebuild b/mail-client/roundcube/roundcube-1.6.3.ebuild index 190b5fa07b04..f43783a9a767 100644 --- a/mail-client/roundcube/roundcube-1.6.3.ebuild +++ b/mail-client/roundcube/roundcube-1.6.3.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() { |