diff options
author | Sam James <sam@gentoo.org> | 2022-05-25 20:22:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-25 20:22:31 +0100 |
commit | 6dca1885101fe3c02623a0aacb31d86ec1d23798 (patch) | |
tree | 23f271ea1fc6a131a3a902641e110bee2f8e9f31 | |
parent | sys-fs/unionfs-fuse: Python 3.10 + EAPI 8 (diff) | |
download | gentoo-6dca1885101fe3c02623a0aacb31d86ec1d23798.tar.gz gentoo-6dca1885101fe3c02623a0aacb31d86ec1d23798.tar.bz2 gentoo-6dca1885101fe3c02623a0aacb31d86ec1d23798.zip |
dev-libs/libbytesize: Stabilize 2.6 amd64, #847448
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-libs/libbytesize/libbytesize-2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libbytesize/libbytesize-2.6.ebuild b/dev-libs/libbytesize/libbytesize-2.6.ebuild index 84be8f1ddd9e..63dfabda219f 100644 --- a/dev-libs/libbytesize/libbytesize-2.6.ebuild +++ b/dev-libs/libbytesize/libbytesize-2.6.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 @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/storaged-project/libbytesize" SRC_URI="https://github.com/storaged-project/libbytesize/releases/download/${PV}/${P}.tar.gz" LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="doc python test tools" REQUIRED_USE=" |