diff options
author | Sam James <sam@gentoo.org> | 2022-08-17 05:03:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-17 05:03:51 +0100 |
commit | b198c79a3179ff4bb5c430c1076250a9a7a91ebd (patch) | |
tree | 0ed31944456d244741787e0cc6b64d41ccd8a347 /mail-client/roundcube | |
parent | dev-util/wiggle: add github upstream metadata (diff) | |
download | gentoo-b198c79a3179ff4bb5c430c1076250a9a7a91ebd.tar.gz gentoo-b198c79a3179ff4bb5c430c1076250a9a7a91ebd.tar.bz2 gentoo-b198c79a3179ff4bb5c430c1076250a9a7a91ebd.zip |
mail-client/roundcube: Stabilize 1.5.2 ALLARCHES, #830889
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mail-client/roundcube')
-rw-r--r-- | mail-client/roundcube/roundcube-1.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-client/roundcube/roundcube-1.5.2.ebuild b/mail-client/roundcube/roundcube-1.5.2.ebuild index e63578dfa2c6..2ab9bf1c45f8 100644 --- a/mail-client/roundcube/roundcube-1.5.2.ebuild +++ b/mail-client/roundcube/roundcube-1.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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() { |