diff options
author | 2024-10-30 17:23:05 +0000 | |
---|---|---|
committer | 2024-10-30 17:23:05 +0000 | |
commit | c38deafdbc709656581bcc25442b66ad9af98730 (patch) | |
tree | 4badaed7e1cf01fd9719e4fb9554c271314d52e2 /dev-libs/libbytesize | |
parent | dev-util/ruff: Keyword 0.7.1 arm64, #942376 (diff) | |
download | gentoo-c38deafdbc709656581bcc25442b66ad9af98730.tar.gz gentoo-c38deafdbc709656581bcc25442b66ad9af98730.tar.bz2 gentoo-c38deafdbc709656581bcc25442b66ad9af98730.zip |
dev-libs/libbytesize: Stabilize 2.11 arm64, #942529
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/libbytesize')
-rw-r--r-- | dev-libs/libbytesize/libbytesize-2.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libbytesize/libbytesize-2.11.ebuild b/dev-libs/libbytesize/libbytesize-2.11.ebuild index b0007ad63ec0..869b70455e2e 100644 --- a/dev-libs/libbytesize/libbytesize-2.11.ebuild +++ b/dev-libs/libbytesize/libbytesize-2.11.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/storaged-project/libbytesize/releases/download/${PV} LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86" IUSE="doc python test tools" RESTRICT="!test? ( test )" |