summaryrefslogtreecommitdiff
path: root/dev-libs/sord/sord-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/sord/sord-9999.ebuild')
-rw-r--r--dev-libs/sord/sord-9999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-libs/sord/sord-9999.ebuild b/dev-libs/sord/sord-9999.ebuild
index 6b5bf1e2b1e9..5d7f56bff1cc 100644
--- a/dev-libs/sord/sord-9999.ebuild
+++ b/dev-libs/sord/sord-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/drobilla/sord.git"
else
SRC_URI="https://download.drobilla.net/${P}.tar.xz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
fi
DESCRIPTION="Library for storing RDF data in memory"
@@ -25,9 +25,10 @@ BDEPEND="
virtual/pkgconfig
doc? ( app-doc/doxygen )
"
+# Take care on bumps to check minimum versions!
RDEPEND="
dev-libs/libpcre
- dev-libs/serd
+ >=dev-libs/serd-0.30.10
"
DEPEND="${RDEPEND}"