diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-02-25 08:56:22 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-02-25 08:57:00 +0200 |
commit | cad90de63936c080907f39563b2f7c11a1f0d81c (patch) | |
tree | a126caf3013ec59bf740a5618928dbc0138259cb /dev-libs/libbytesize | |
parent | dev-ruby/activesupport: drop 6.1.7.4 (diff) | |
download | gentoo-cad90de63936c080907f39563b2f7c11a1f0d81c.tar.gz gentoo-cad90de63936c080907f39563b2f7c11a1f0d81c.tar.bz2 gentoo-cad90de63936c080907f39563b2f7c11a1f0d81c.zip |
dev-libs/libbytesize: Stabilize 2.10 amd64, #925454
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/libbytesize')
-rw-r--r-- | dev-libs/libbytesize/libbytesize-2.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libbytesize/libbytesize-2.10.ebuild b/dev-libs/libbytesize/libbytesize-2.10.ebuild index 71349cef2a83..a56cce740bb4 100644 --- a/dev-libs/libbytesize/libbytesize-2.10.ebuild +++ b/dev-libs/libbytesize/libbytesize-2.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="doc python test tools" RESTRICT="!test? ( test )" |