summaryrefslogtreecommitdiff
path: root/dev-libs/libbytesize/libbytesize-2.9.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libbytesize/libbytesize-2.9.ebuild')
-rw-r--r--dev-libs/libbytesize/libbytesize-2.9.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/libbytesize/libbytesize-2.9.ebuild b/dev-libs/libbytesize/libbytesize-2.9.ebuild
index b9242faf34f5..c578c689d11f 100644
--- a/dev-libs/libbytesize/libbytesize-2.9.ebuild
+++ b/dev-libs/libbytesize/libbytesize-2.9.ebuild
@@ -3,11 +3,12 @@
EAPI=8
+# py3.12 blocked by the massive dependency tree of dev-python/pocketlint
PYTHON_COMPAT=( python3_{10..11} )
inherit autotools python-r1
-DESCRIPTION="Tiny library providing a C \"class\" for working with arbitrary big sizes in bytes"
+DESCRIPTION="Tiny library providing a C \"class\" for working with arbitrary big byte sizes"
HOMEPAGE="https://github.com/storaged-project/libbytesize"
SRC_URI="https://github.com/storaged-project/libbytesize/releases/download/${PV}/${P}.tar.gz"