diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2023-10-26 09:22:23 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2023-10-27 08:42:16 +0200 |
commit | 560011efc65573ced008a9cd617bc6acff63f8ac (patch) | |
tree | c9f0739008217ec625020e0d39d82e44fe34833e /net-libs/davix | |
parent | net-libs/davix: add 0.8.5 (diff) | |
download | gentoo-560011efc65573ced008a9cd617bc6acff63f8ac.tar.gz gentoo-560011efc65573ced008a9cd617bc6acff63f8ac.tar.bz2 gentoo-560011efc65573ced008a9cd617bc6acff63f8ac.zip |
net-libs/davix: stabilize 0.8.4 for amd64, x86
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'net-libs/davix')
-rw-r--r-- | net-libs/davix/davix-0.8.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/davix/davix-0.8.4.ebuild b/net-libs/davix/davix-0.8.4.ebuild index 1e98f134e369..c09c04985e65 100644 --- a/net-libs/davix/davix-0.8.4.ebuild +++ b/net-libs/davix/davix-0.8.4.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/cern-fts/${PN}/releases/download/R_${PV//./_}/${P}.t LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc test tools" RESTRICT="!test? ( test )" |